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


Ignore:
Timestamp:
Jan 18, 2007, 7:23:56 PM (19 years ago)
Author:
cmv
Message:

suite modifs structure code + bug HistoErr/2D dans ComputeSpectrum cmv 18/01/2007

File:
1 edited

Legend:

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

    r3141 r3150  
    8585  void ReadPPF(string cfname);
    8686
     87  void SetPrtLevel(int lp=0) {lp_ = lp;}
    8788  void Print(void);
    8889
     
    9697  inline double pixelfilter(double x)
    9798    {return (x<0.025) ? 1.-x*x/6.*(1.-x*x/20.): sin(x)/x;}
    98 
    9999
    100100  long Nx_,Ny_,Nz_;  vector<long> N_;
     
    111111  fftw_plan pf_,pb_;
    112112  unsigned short nthread_;
     113  int lp_;
    113114
    114115  bool array_allocated_;  // true if array has been allocated
Note: See TracChangeset for help on using the changeset viewer.