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:
Paul Romano 2020-08-26 21:22:21 -05:00 committed by GitHub
commit bf34c4bcad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 0 deletions

View file

@ -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,