From 8cc8d6e4f8e8c970b07ee617c54c26a6c9d35436 Mon Sep 17 00:00:00 2001 From: Thomas-Ulrich Date: Fri, 10 Oct 2025 10:47:45 +0200 Subject: [PATCH] fix typo in gmsh4 --- src/pumgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pumgen.cpp b/src/pumgen.cpp index d396cc1..56964ca 100644 --- a/src/pumgen.cpp +++ b/src/pumgen.cpp @@ -173,7 +173,7 @@ static void writeH5Data(const F& handler, hid_t h5file, const std::string& name, template using SMF2 = SerialMeshFile>; template -using SMF4 = SerialMeshFile>; +using SMF4 = SerialMeshFile>; int main(int argc, char* argv[]) { int rank = 0;