Changeset 3312 in Sophya
- Timestamp:
- Aug 24, 2007, 4:58:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cosmocalc.h
r3285 r3312 65 65 inline double Integrand(double z) const {return 1./E(z);} 66 66 67 virtual double operator() (double z) const{return Integrand(z);}67 virtual double operator() (double z) {return Integrand(z);} 68 68 protected: 69 69 int_4 Init_Spline(void);
Note:
See TracChangeset
for help on using the changeset viewer.