Skip to content

Commit 93b31df

Browse files
committed
Removed directional code
1 parent 886dc47 commit 93b31df

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/holonomy/field/cross_field.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#include "holonomy/field/cross_field.h"
22

3+
4+
// TODO: not compiling. directional seems to be broken and missing
5+
// the IntrinsicFaceTangentBundle
6+
/*
7+
38
#include <directional/TriMesh.h>
49
#include <directional/IntrinsicFaceTangentBundle.h>
510
#include <directional/CartesianField.h>
@@ -243,4 +248,5 @@ std::array<Eigen::MatrixXd, 4> reduce_curl(
243248
}
244249
245250
} // namespace Holonomy
246-
} // namespace Penner
251+
} // namespace Penner
252+
*/

0 commit comments

Comments
 (0)