From bd1a3daf4efc2ed53e0ca5056f4c0070d9c427bd Mon Sep 17 00:00:00 2001 From: Johannes Markert Date: Wed, 30 Oct 2024 15:36:36 +0100 Subject: [PATCH] Fixed typo. --- .../t8_geometry_implementations/t8_geometry_examples.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/t8_geometry/t8_geometry_implementations/t8_geometry_examples.hxx b/src/t8_geometry/t8_geometry_implementations/t8_geometry_examples.hxx index 629e16d681..e748c81960 100644 --- a/src/t8_geometry/t8_geometry_implementations/t8_geometry_examples.hxx +++ b/src/t8_geometry/t8_geometry_implementations/t8_geometry_examples.hxx @@ -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;