diff --git a/palace/utils/geodata.cpp b/palace/utils/geodata.cpp index d42deed1a..213d54523 100644 --- a/palace/utils/geodata.cpp +++ b/palace/utils/geodata.cpp @@ -2217,7 +2217,7 @@ std::map> CheckMesh(std::unique_ptr &orig_me if (!periodic_be) { MFEM_VERIFY(face_to_be.find(f) == face_to_be.end(), - "Mesh should not define boundary elements multiple times!"); + "A face cannot have multiple boundary elements!"); } face_to_be[f] = be; }