Skip to content

Commit

Permalink
Correct orientation parameter in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaraMaHe committed Jun 3, 2024
1 parent 53949e8 commit d827235
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -276,7 +276,7 @@ t8_cmesh_new_hybrid_gate_3d (sc_MPI_Comm comm)
* t8_cmesh_set_join (cmesh, 1, 3, 0, 4, 0);
* t8_cmesh_set_join (cmesh, 2, 5, 0, 0, 0);
* t8_cmesh_set_join (cmesh, 3, 5, 1, 1, 0);
* t8_cmesh_set_join (cmesh, 4, 5, 4, 2, 0);
* t8_cmesh_set_join (cmesh, 4, 5, 4, 2, 2);
*
* // 7. Commit the mesh
* t8_cmesh_commit (cmesh, comm);
Expand Down Expand Up @@ -316,7 +316,7 @@ t8_cmesh_new_hybrid_gate_3d (sc_MPI_Comm comm)
t8_cmesh_set_join (cmesh, 1, 3, 0, 4, 0);
t8_cmesh_set_join (cmesh, 2, 5, 0, 0, 0);
t8_cmesh_set_join (cmesh, 3, 5, 1, 1, 0);
t8_cmesh_set_join (cmesh, 4, 5, 4, 2, 0);
t8_cmesh_set_join (cmesh, 4, 5, 4, 2, 2);

/*
* Definition of the first tree
Expand Down

0 comments on commit d827235

Please sign in to comment.