From 443f4a425f3d9da36a2b9e7597da619d9f4aff52 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Fri, 24 Aug 2012 13:05:00 +0200 Subject: [PATCH] fixed a spelling bug --- FileIO/GMSInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FileIO/GMSInterface.cpp b/FileIO/GMSInterface.cpp index f424ae81c1b..63c0ab4bb7a 100644 --- a/FileIO/GMSInterface.cpp +++ b/FileIO/GMSInterface.cpp @@ -16,7 +16,7 @@ #include "Elements/Tet.h" #include "Elements/Pyramid.h" #include "Elements/Prism.h" -#include "MSHEnums.h" +#include "MshEnums.h" #include "StringTools.h" #include <fstream> -- GitLab