We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886dc47 commit 93b31dfCopy full SHA for 93b31df
src/holonomy/field/cross_field.cpp
@@ -1,5 +1,10 @@
1
#include "holonomy/field/cross_field.h"
2
3
+
4
+// TODO: not compiling. directional seems to be broken and missing
5
+// the IntrinsicFaceTangentBundle
6
+/*
7
8
#include <directional/TriMesh.h>
9
#include <directional/IntrinsicFaceTangentBundle.h>
10
#include <directional/CartesianField.h>
@@ -243,4 +248,5 @@ std::array<Eigen::MatrixXd, 4> reduce_curl(
243
248
}
244
249
245
250
} // namespace Holonomy
246
-} // namespace Penner
251
+} // namespace Penner
252
+*/
0 commit comments