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


Ignore:
Timestamp:
Jan 11, 2007, 7:24:49 PM (19 years ago)
Author:
cmv
Message:

passage int en long aux endroits importants cmv 11/01/07

File:
1 edited

Legend:

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

    r3120 r3129  
    2323
    2424  void SetNThread(unsigned short nthread=0) {nthread_ = nthread;}
    25   void SetSize(int nx,int ny,int nz,double dx,double dy,double dz);  // Mpc
     25  void SetSize(long nx,long ny,long nz,double dx,double dy,double dz);  // Mpc
    2626
    2727  inline void SetZ(double z) {pkz_.SetZ(z);}
     
    6262
    6363protected:
    64   int manage_coefficients(void);
     64  long manage_coefficients(void);
    6565  double compute_power_carte(void);
    6666  inline double pixelfilter(double x)
     
    6868
    6969
    70   int Nx_,Ny_,Nz_,SzK_[3];
    71   int NCz_,NTz_;
     70  long Nx_,Ny_,Nz_;
     71  sa_size_t SzK_[3];
     72  long NCz_,NTz_;
    7273  size_t NRtot_;
    7374  double Dx_,Dy_,Dz_;
Note: See TracChangeset for help on using the changeset viewer.