Skip to content

Commit

Permalink
reports the size of the octree
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Sep 10, 2022
1 parent d802a9e commit fab5f51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ref_oct_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ int main(int argc, char *argv[]) {
}
RSS(ref_grid_free(ref_grid), "free grid");
}
printf("writing %d vox to %s from %s\n", ref_oct->n, argv[pos + 2],
argv[pos + 1]);
RSS(ref_oct_tec(ref_oct, argv[pos + 2]), "tec");
RSS(ref_oct_free(ref_oct), "search oct");
RSS(ref_mpi_free(ref_mpi), "mpi free");
Expand Down

0 comments on commit fab5f51

Please sign in to comment.