Explorar el Código

fix wrong reference in cotmatrix_intrinsic

Yuliy Schwartzburg hace 6 años
padre
commit
78a33cf870
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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