diff --git a/CMakeLists.txt b/CMakeLists.txt
index 090ee201b8eb416c5314f147e71f808aadd71ba1..13bdaa49bc595342849b4d02f7003c186a50af24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -85,7 +85,7 @@ set(GMSH_API
     Geo/SOrientedBoundingBox.h Geo/CellComplex.h Geo/ChainComplex.h Geo/Cell.h
     Geo/Homology.h
   Mesh/meshGEdge.h Mesh/meshGFace.h Mesh/meshGFaceOptimize.h 
-    Mesh/meshGFaceDelaunayInsertion.h Mesh/levy3D.h
+    Mesh/meshGFaceDelaunayInsertion.h Mesh/Levy3D.h
   Solver/dofManager.h Solver/femTerm.h Solver/laplaceTerm.h Solver/elasticityTerm.h
     Solver/crossConfTerm.h Solver/orthogonalTerm.h
     Solver/linearSystem.h Solver/linearSystemGMM.h Solver/linearSystemCSR.h 
diff --git a/Mesh/Levy3D.cpp b/Mesh/Levy3D.cpp
index 96576ef3290919d137ff326e27341074d37f9b5a..1fa845254ed693ea8641112299d9186793dbe673 100755
--- a/Mesh/Levy3D.cpp
+++ b/Mesh/Levy3D.cpp
@@ -1,4 +1,4 @@
-#include "levy3D.h"
+#include "Levy3D.h"
 #include "polynomialBasis.h"
 #include "Gauss.h"
 #include "GModel.h"