فهرست منبع

Merge pull request #990 from rayform/fixCotmatrixIntrinsic

fix wrong reference in cotmatrix_intrinsic
Jérémie Dumas 6 سال پیش
والد
کامیت
475ddcd2e8
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