Browse Source

Merge pull request #1053 from metorm/typo_in_remesh_along_isoline.h

Fix the typo in a `#include` statement.
Jérémie Dumas 6 năm trước cách đây
mục cha
commit
8df183bc46
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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