Changeset 3802 in Sophya for trunk/Cosmo/SimLSS/pkspectrum.h


Ignore:
Timestamp:
Jul 22, 2010, 2:49:20 PM (15 years ago)
Author:
cmv
Message:

minor cosmetics, cmv 22/07/2010

File:
1 edited

Legend:

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

    r3768 r3802  
    5555class TransfertTabulate : public GenericFunc {
    5656public:
    57   TransfertTabulate(double h100,double OmegaCDM0,double OmegaBaryon0);
     57  TransfertTabulate(void);
    5858  TransfertTabulate(TransfertTabulate& tf);
    5959  virtual ~TransfertTabulate(void);
     
    6161  int NPoints(void) {return k_.size();}
    6262  void SetInterpTyp(int typ=0);
    63   int ReadCMBFast(string filename);
     63  int ReadCMBFast(string filename,double h100,double OmegaCDM0,double OmegaBaryon0);
    6464protected:
    65   double Oc_,Ob_,h100_;
    6665  double kmin_,kmax_;
    6766  int interptyp_;
Note: See TracChangeset for help on using the changeset viewer.