Changeset 3120 in Sophya for trunk/Cosmo/SimLSS/geneutils.h
- Timestamp:
- Dec 21, 2006, 4:45:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/geneutils.h
r3115 r3120 16 16 InterpFunc(double xmin,double xmax,vector<double>& y); 17 17 virtual ~InterpFunc(void) { } 18 19 double XMin(void) {return _xmin;} 20 double XMax(void) {return _xmax;} 18 21 19 22 //! Retourne l'element le plus proche de f donnant y=f(x)
Note:
See TracChangeset
for help on using the changeset viewer.