Skip to content

Commit

Permalink
comments and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jchilds0 committed Aug 31, 2023
1 parent 8f26889 commit 1fe603f
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 155 deletions.
2 changes: 1 addition & 1 deletion dev/symplectic_basis/symplectic_basis_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void testDual(void) {
if (get_orientability(theTriangulation) == nonorientable_manifold)
continue;

printf("Num Tet: %d Index: %d \n", index[i][0], j);
// printf("Num Tet: %d Index: %d \n", index[i][0], j);

basis = get_symplectic_basis(theTriangulation, &dual_rows, &dual_cols, 0);

Expand Down
Loading

0 comments on commit 1fe603f

Please sign in to comment.