Changeset 15446 for trunk/Mars/mhflux
- Timestamp:
- 04/26/13 16:38:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mhflux/MAlphaFitter.h
r9367 r15446 84 84 // Implementing the function yourself is only about 5% faster 85 85 MAlphaFitter(const char *name=0, const char *title=0); 86 MAlphaFitter(const MAlphaFitter &f) : fFunc(0)86 MAlphaFitter(const MAlphaFitter &f) : MParContainer(f), fFunc(0) 87 87 { 88 88 f.Copy(*this);
Note:
See TracChangeset
for help on using the changeset viewer.