Skip to content

Commit

Permalink
train line details 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jchilds0 committed Jul 19, 2023
1 parent c106d64 commit 40ee956
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 97 deletions.
4 changes: 2 additions & 2 deletions dev/symplectic_basis/symplectic_basis_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ int main(void) {
int i, **eqns, num_rows, num_cols;
Triangulation *theTriangulation;

int fromFile = 2;
int fromFile = 0;

int count = 1;
int numTet[] = {6, 7, 7, 7, 7, 7};
int index[] = {776, 2208, 2652, 2942, 3140, 3507};
int index[] = {443, 2208, 2652, 2942, 3140, 3507};

char *error[] = {"CuspedCensusData/1.tri",
"CuspedCensusData/4.tri",
Expand Down
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 @@ -47,7 +47,7 @@ void testDual(void) {
if (j == 2208 || j == 2652 || j == 2942 || j == 3140 || j == 3507)
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);

Expand Down
Loading

0 comments on commit 40ee956

Please sign in to comment.