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


Ignore:
Timestamp:
May 20, 2010, 11:19:52 AM (15 years ago)
Author:
cmv
Message:

ameliorations mineures, cmv 20/05/2010

File:
1 edited

Legend:

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

    r3770 r3781  
    7777  vector<long> GetNpix(void) {return N_;}
    7878  int_8 NPix(void) {return NRtot_;}
     79  int_8 NCoeff(void) {return NFcoef_;}
    7980  long Nx(void) {return Nx_;}
    8081  long Ny(void) {return Ny_;}
     
    176177  long Nx_,Ny_,Nz_;  vector<long> N_;
    177178  long NCz_,NTz_;
    178   int_8 NRtot_;
     179  int_8 NRtot_,NFcoef_;
    179180
    180181  double Dx_,Dy_,Dz_;  vector<double> D_;
Note: See TracChangeset for help on using the changeset viewer.