Kaynağa Gözat

Fix the typo in a `#include` statement.

"remesh_along_isoline.cpp" instead of "remesh_along_isoline.h" shall be included.
Wesley Ranger 6 yıl önce
ebeveyn
işleme
d5778fea4b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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