Skip to content

Commit

Permalink
quiets execution
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 4adc1f7 commit a220069
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ref_oct.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,7 @@ REF_STATUS ref_oct_split_at(REF_OCT ref_oct, REF_DBL *xyz, REF_DBL h) {
RSS(ref_oct_contains(ref_oct, xyz, &node, bbox), "contains oct");
RAS(node >= 0, "not found");
RSS(ref_oct_bbox_diag(bbox, &diag), "bbox diag");
printf(" %f %f \n x %f %f y %f %f z %f %f\n", h, diag, bbox[0], bbox[1],
bbox[2], bbox[3], bbox[4], bbox[5]);
if (diag > h) {
printf(" split %d \n", node);
RSS(ref_oct_split(ref_oct, node), "split");
RSS(ref_oct_split_at(ref_oct, xyz, h), "again");
}
Expand Down

0 comments on commit a220069

Please sign in to comment.