Browse Source

Fix the typo in a `#include` statement.

"remesh_along_isoline.cpp" instead of "remesh_along_isoline.h" shall be included.
Wesley Ranger 6 years ago
parent
commit
d5778fea4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/remesh_along_isoline.h

+ 1 - 1
include/igl/remesh_along_isoline.h

@@ -75,7 +75,7 @@ namespace igl
 }
 
 #ifndef IGL_STATIC_LIBRARY
-#  include "remesh_along_isoline.h"
+#  include "remesh_along_isoline.cpp"
 #endif
 
 #endif