mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Merge pull request #1645 from pshriwise/umesh_scores
Fix for data crossover in VTK filess when using multiple tallies w/ unstructured mesh.
This commit is contained in:
commit
bf34c4bcad
3 changed files with 36 additions and 0 deletions
|
|
@ -298,6 +298,9 @@ public:
|
|||
//! Add a score to the mesh instance
|
||||
void add_score(std::string score) const;
|
||||
|
||||
//! Remove a score from the mesh instance
|
||||
void remove_score(std::string score) const;
|
||||
|
||||
//! Set data for a score
|
||||
void set_score_data(const std::string& score,
|
||||
std::vector<double> values,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue