瀏覽代碼

arap igl_header_only

Former-commit-id: 64948691594a3ef5b67a626539df27c1b21b5ba8
Alec Jacobson (jalec 11 年之前
父節點
當前提交
53d1068646
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/igl/svd3x3/arap.h

+ 4 - 0
include/igl/svd3x3/arap.h

@@ -82,4 +82,8 @@ namespace igl
     Eigen::PlainObjectBase<DerivedU> & U);
 };
 
+#ifdef IGL_HEADER_ONLY
+#include "arap.cpp"
+#endif
+
 #endif