Respond to @smharper and @pshriwise comments on #1154

This commit is contained in:
Paul Romano 2019-02-11 13:20:06 -06:00
parent a99b732592
commit 20fa6fa5da
3 changed files with 30 additions and 31 deletions

View file

@ -5,7 +5,6 @@
#define OPENMC_OUTPUT_H
#include <string>
#include <utility> // for pair
#include "openmc/particle.h"
@ -57,8 +56,5 @@ void print_runtime();
//! Display results for global tallies including k-effective estimators
void print_results();
//! Calculate the mean and standard deviation for a tally result
std::pair<double, double> mean_stdev(const double* x, int n);
} // namespace openmc
#endif // OPENMC_OUTPUT_H