Skip to content

Commit

Permalink
Propagate elements validity to parent for polygonal node (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Oct 28, 2020
1 parent 66d6b12 commit a20e151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/blueprint/conduit_blueprint_mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ bool verify_poly_node(bool is_mixed_topo,
elems_res &= subnode_res;
}
}

node_res &= elems_res;
return node_res;
}

Expand Down

0 comments on commit a20e151

Please sign in to comment.