Last change
on this file since 2706 was
2706,
checked in by hshepherd, 9 days ago
|
Add the two missing timestats files
|
File size:
401 bytes
|
Line | |
---|
1 | #ifndef __XIOS_TIMESTATS_HPP__ |
---|
2 | #define __XIOS_TIMESTATS_HPP__ |
---|
3 | |
---|
4 | namespace xios |
---|
5 | { |
---|
6 | using namespace std; |
---|
7 | double calc_min_double(std::vector<double>&); |
---|
8 | double calc_max_double(std::vector<double>&); |
---|
9 | double calc_mean_double(std::vector<double>&); |
---|
10 | double calc_std_double(std::vector<double>&); |
---|
11 | std::vector<double> percentage_ratio_vec_double(std::vector<double>&, std::vector<double>&); |
---|
12 | } |
---|
13 | |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.