Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roystgnr committed Jun 19, 2024
1 parent e08f7bb commit b70ca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mesh/mesh_generation.C
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ void MeshTools::Generation::build_sphere (UnstructuredMesh & mesh,
MeshTools::Modification::flatten(mesh);

// Convert all the tensor product elements to simplices if requested
if ((type == TRI7) || (type == TRI6) || (type == TRI3) ||
if ((type == TRI7) || (type == TRI6) || (type == TRI3) ||
(type == TET4) || (type == TET10) || (type == TET14))
{
// A DistributedMesh needs a little prep before all_tri()
Expand Down

0 comments on commit b70ca82

Please sign in to comment.