Skip to content

Blueprint reader: Fix to_silo logic for species #20799

@JustinPrivitera

Description

@JustinPrivitera

Node n_silo_matset;
conduit::blueprint::mesh::matset::to_silo(n_matset,
n_silo_matset);
Node n_silo_specset;
conduit::blueprint::mesh::specset::to_silo(n_specset,
n_matset,
n_silo_specset);

This is set up incorrectly. We don't need to run to_silo on the matset; it goes unused.

Metadata

Metadata

Labels

bugSomething isn't workingimpact lowProductivity trivially degraded (easily mitigated bug) or improved (enhancment)likelihood lowOccurrence/expected use specific to data, operators, configuration, etc. or combinations thereof

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions