Changeset 3572 in Sophya for trunk/SophyaPI/PIext/piafitting.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piafitting.cc
r2815 r3572 25 25 #include "hisprof.h" 26 26 27 #ifdef SANS_EVOLPLANCK28 #include "matrix.h"29 #include "cvector.h"30 #else31 27 #include "tmatrix.h" 32 28 #include "tvector.h" 33 29 #include "objfitter.h" 34 #endif35 30 36 31 #include "piafitting.h" … … 42 37 #include "nomgfdadapter.h" 43 38 #include "nomimagadapter.h" 44 #ifdef SANS_EVOLPLANCK45 #include "nommatvecadapter.h"46 #else47 39 #include "nomtmatvecadapter.h" 48 #endif49 40 50 41 //////////////////////////////////////////////////////////////////// … … 854 845 855 846 // Fit 856 #ifdef SANS_EVOLPLANCK857 mParSave = mPar; mStepSave = mStep; mFixSave = mFix;858 mMinSave = mMin; mMaxSave = mMax;859 #else860 847 mParSave.Clone(mPar); mStepSave.Clone(mStep); mFixSave.Clone(mFix); 861 848 mMinSave.Clone(mMin); mMaxSave.Clone(mMax); 862 #endif863 849 mOptSave = mOpt; 864 850 double c2r = -1.; … … 1218 1204 , saveErrScale(1.),saveErrMin(0.), saveXC(0.), saveYC(0.) 1219 1205 { 1220 #ifdef SANS_EVOLPLANCK1221 COMPATIBLE_ASSERT(mFitter);1222 #else1223 1206 ASSERT(mFitter); 1224 #endif1225 1207 1226 1208 int npar = mFitter->mNPar;
Note:
See TracChangeset
for help on using the changeset viewer.