diff --git a/src/libs/blueprint/conduit_blueprint_mesh_matset_xforms.cpp b/src/libs/blueprint/conduit_blueprint_mesh_matset_xforms.cpp index 2ee5698bf..f6a8eeeb8 100644 --- a/src/libs/blueprint/conduit_blueprint_mesh_matset_xforms.cpp +++ b/src/libs/blueprint/conduit_blueprint_mesh_matset_xforms.cpp @@ -185,7 +185,7 @@ to_silo(const conduit::Node &n, Node mat_vfs; if(mset_is_unibuffer) { - mat_vfs["values"].set_external(n["volume_fractions"]); + mat_vfs.set_external(n); } else { @@ -200,7 +200,6 @@ to_silo(const conduit::Node &n, } } - // TODO, IS THIS CORRECT? blueprint::o2mrelation::O2MIterator mat_iter(mat_vfs); matset_num_elems = mat_iter.elements(O2MIndex::ONE); }