Skip to content

Commit

Permalink
not-required
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Oct 4, 2022
1 parent 4d287fe commit 3f85377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ref_oct_test.c
Expand Up @@ -81,7 +81,6 @@ int main(int argc, char *argv[]) {
h = atof(argv[pos + 1]);
RSS(ref_grid_create(&ref_grid, ref_mpi), "make grid");
RSS(ref_oct_create(&ref_oct), "make oct");
RSS(ref_oct_split_touching(ref_oct, ref_oct->bbox, 0.5), "split");
RSS(ref_oct_split_touching(ref_oct, bbox, h), "split");
RSS(ref_oct_nleaf(ref_oct, &nleaf), "count leaves");
printf("raw %d vox\n", nleaf);
Expand Down

0 comments on commit 3f85377

Please sign in to comment.