Changeset 3289 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h


Ignore:
Timestamp:
Aug 6, 2007, 6:20:25 PM (18 years ago)
Author:
cmv
Message:

petites mises en formes cmv 06/08/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/genefluct3d.h

    r3283 r3289  
    33
    44#include "machdefs.h"
     5#include <math.h>
    56#include "genericfunc.h"
    67#include "tarray.h"
     
    6768  double GetKincMin(void)
    6869    {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;}
    6972  double GetKTincMin(void) {return min(Dk_[0],Dk_[1]);}
     73  double GetKTincMax(void) {return max(Dk_[0],Dk_[1]);}
    7074
    7175  void ComputeFourier0(GenericFunc& pk_at_z);
Note: See TracChangeset for help on using the changeset viewer.