mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Respond to @smharper and @pshriwise comments on #1154
This commit is contained in:
parent
a99b732592
commit
20fa6fa5da
3 changed files with 30 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue