Cleanup from self-review.

This commit is contained in:
Patrick Shriwise 2019-10-08 13:53:22 -05:00
parent f251822b9f
commit 919c19c909
4 changed files with 35 additions and 31 deletions

View file

@ -31,8 +31,8 @@ public:
std::array<double, 2> volume; //!< Mean/standard deviation of volume
std::vector<int> nuclides; //!< Index of nuclides
std::vector<double> atoms; //!< Number of atoms for each nuclide
std::vector<double> uncertainty; //!< Uncertainty on number of atoms
int iterations;
std::vector<double> uncertainty; //!< Uncertainty on number of atoms
int iterations; //!< Number of iterations needed to obtain the results
}; // Results for a single domain
// Constructors