Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Markert committed Oct 30, 2024
1 parent 3b81ae8 commit bd1a3da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ struct t8_geometry_tessellated_spherical_surface: public t8_geometry_with_vertic
return true;
}

t8_productionf ("t8_geometry_quadrangulated_spherical_surface is not compatible with tree type %s\n"
"It is only compatible with quad elements.\n",
t8_productionf ("t8_geometry_tessellated_spherical_surface is not compatible with tree type %s\n"
"It is only compatible with triangle and quad elements.\n",
t8_eclass_to_string[active_tree_class]);

return false;
Expand Down

0 comments on commit bd1a3da

Please sign in to comment.