浏览代码

Merge pull request #1053 from metorm/typo_in_remesh_along_isoline.h

Fix the typo in a `#include` statement.
Jérémie Dumas 6 年之前
父节点
当前提交
8df183bc46
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 #ifndef IGL_STATIC_LIBRARY
-#  include "remesh_along_isoline.h"
+#  include "remesh_along_isoline.cpp"
 #endif
 #endif
 
 
 #endif
 #endif