-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
bugSomething isn't workingSomething isn't workingimpact lowProductivity trivially degraded (easily mitigated bug) or improved (enhancment)Productivity trivially degraded (easily mitigated bug) or improved (enhancment)likelihood lowOccurrence/expected use specific to data, operators, configuration, etc. or combinations thereofOccurrence/expected use specific to data, operators, configuration, etc. or combinations thereof
Milestone
Description
visit/src/databases/Blueprint/avtBlueprintFileFormat.C
Lines 3518 to 3525 in 13653c8
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingimpact lowProductivity trivially degraded (easily mitigated bug) or improved (enhancment)Productivity trivially degraded (easily mitigated bug) or improved (enhancment)likelihood lowOccurrence/expected use specific to data, operators, configuration, etc. or combinations thereofOccurrence/expected use specific to data, operators, configuration, etc. or combinations thereof