Skip to content

Commit

Permalink
solver format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Sep 30, 2022
1 parent 1d06c45 commit 2ad9f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ref_oct_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ int main(int argc, char *argv[]) {
ref_oct_tec(ref_oct, "test-oct.tec");
RSS(ref_oct_export(ref_oct, ref_grid), "export");
ref_export_by_extension(ref_grid, "test-mesh.tec");
ref_export_by_extension(ref_grid, "test-mesh.lb8.ugrid");
RSS(ref_oct_free(ref_oct), "free oct");
RSS(ref_grid_free(ref_grid), "free grid");
}
Expand Down

0 comments on commit 2ad9f94

Please sign in to comment.