Procházet zdrojové kódy

Merge pull request #990 from rayform/fixCotmatrixIntrinsic

fix wrong reference in cotmatrix_intrinsic
Jérémie Dumas před 6 roky
rodič
revize
475ddcd2e8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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