Skip to content

Commit

Permalink
resurses the same
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 35b2e4f commit 4dceecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_oct.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ REF_FCN static REF_STATUS ref_oct_unique_center_nodes_node(REF_OCT ref_oct,
for (child_index = 0; child_index < 8; child_index++) {
REF_DBL box[6];
RSS(ref_oct_child_bbox(bbox, child_index, box), "bbox");
RSS(ref_oct_unique_face_nodes_node(
RSS(ref_oct_unique_center_nodes_node(
ref_oct, ref_oct_child(ref_oct, child_index, node), box,
ref_node),
"recurse");
Expand Down

0 comments on commit 4dceecb

Please sign in to comment.