Changeset 1676
- Timestamp:
- Dec 24, 2008, 2:43:04 AM (14 years ago)
- Location:
- trunk/yat/regression
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/AkimaInterpolation.h
r1652 r1676 62 62 */ 63 63 AkimaInterpolation(const AkimaInterpolation&); 64 // no assignment allowed 65 AkimaInterpolation& operator=(const AkimaInterpolation&); 64 66 65 67 }; -
trunk/yat/regression/AkimaPeriodicInterpolation.h
r1652 r1676 60 60 */ 61 61 AkimaPeriodicInterpolation(const AkimaPeriodicInterpolation&); 62 // no assignment allowed 63 AkimaPeriodicInterpolation& operator=(const AkimaPeriodicInterpolation&); 62 64 63 65 }; -
trunk/yat/regression/CSplineInterpolation.h
r1652 r1676 65 65 */ 66 66 CSplineInterpolation(const CSplineInterpolation&); 67 // no assignment allowed 68 CSplineInterpolation& operator=(const CSplineInterpolation&); 67 69 68 70 }; -
trunk/yat/regression/CSplinePeriodicInterpolation.h
r1652 r1676 67 67 */ 68 68 CSplinePeriodicInterpolation(const CSplinePeriodicInterpolation&); 69 // no assignment allowed 70 CSplinePeriodicInterpolation& operator=(const CSplinePeriodicInterpolation&); 69 71 70 72 }; -
trunk/yat/regression/GSLInterpolation.h
r1661 r1676 179 179 */ 180 180 GSLInterpolation(const GSLInterpolation&); 181 // no assignment 182 GSLInterpolation& operator=(const GSLInterpolation&); 181 183 182 184 gsl_interp_accel* accelerator_; -
trunk/yat/regression/LinearInterpolation.h
r1652 r1676 60 60 */ 61 61 LinearInterpolation(const LinearInterpolation&); 62 // no assignment allowed 63 LinearInterpolation& operator=(const LinearInterpolation&); 62 64 63 65 }; -
trunk/yat/regression/PolynomialInterpolation.h
r1652 r1676 65 65 */ 66 66 PolynomialInterpolation(const PolynomialInterpolation&); 67 // no assignment allowed 68 PolynomialInterpolation& operator=(const PolynomialInterpolation&); 67 69 68 70 };
Note: See TracChangeset
for help on using the changeset viewer.