Skip to content

Commit

Permalink
Merge branch 'main' into enhancement-remove_dimensionality_of_geoms
Browse files Browse the repository at this point in the history
  • Loading branch information
jmark authored Oct 8, 2024
2 parents 72468db + f6bf659 commit 9bd5f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/author_albers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I place my contributions to t8code under the FreeBSD license. Ole Albers (ole.albers@arcor.de).
4 changes: 2 additions & 2 deletions tutorials/general/t8_tutorial_build_cmesh.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ int
t8_tutorial_build_cmesh_main (int argc, char **argv)
{
/* The prefix for our output files. */
const char *prefix_2D = "t8_step8_user_defined_mesh_2D";
const char *prefix_3D = "t8_step8_user_defined_mesh_3D";
const char *prefix_2D = "t8_user_defined_mesh_2D";
const char *prefix_3D = "t8_user_defined_mesh_3D";

/*
* Initialization.
Expand Down

0 comments on commit 9bd5f1c

Please sign in to comment.