Changeset 3289 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h
- Timestamp:
- Aug 6, 2007, 6:20:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genefluct3d.h
r3283 r3289 3 3 4 4 #include "machdefs.h" 5 #include <math.h> 5 6 #include "genericfunc.h" 6 7 #include "tarray.h" … … 67 68 double GetKincMin(void) 68 69 {vector<r_8>::const_iterator it = min_element(Dk_.begin(), Dk_.end()); return *it;} 70 double GetKincMax(void) 71 {vector<r_8>::const_iterator it = max_element(Dk_.begin(), Dk_.end()); return *it;} 69 72 double GetKTincMin(void) {return min(Dk_[0],Dk_[1]);} 73 double GetKTincMax(void) {return max(Dk_[0],Dk_[1]);} 70 74 71 75 void ComputeFourier0(GenericFunc& pk_at_z);
Note:
See TracChangeset
for help on using the changeset viewer.