浏览代码

fix wrong reference in cotmatrix_intrinsic

Yuliy Schwartzburg 6 年之前
父节点
当前提交
78a33cf870
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/igl/cotmatrix_intrinsic.h

+ 1 - 1
include/igl/cotmatrix_intrinsic.h

@@ -34,7 +34,7 @@ namespace igl
 }
 
 #ifndef IGL_STATIC_LIBRARY
-#  include "cotmatrix.cpp"
+#  include "cotmatrix_intrinsic.cpp"
 #endif
 
 #endif