Changeset 3572 in Sophya for trunk/SophyaPI/PIext/piafitting.cc


Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piafitting.cc

    r2815 r3572  
    2525#include "hisprof.h"
    2626
    27 #ifdef SANS_EVOLPLANCK
    28 #include "matrix.h"
    29 #include "cvector.h"
    30 #else
    3127#include "tmatrix.h"
    3228#include "tvector.h"
    3329#include "objfitter.h"
    34 #endif
    3530
    3631#include "piafitting.h"
     
    4237#include "nomgfdadapter.h"
    4338#include "nomimagadapter.h"
    44 #ifdef SANS_EVOLPLANCK
    45 #include "nommatvecadapter.h"
    46 #else
    4739#include "nomtmatvecadapter.h"
    48 #endif
    4940
    5041////////////////////////////////////////////////////////////////////
     
    854845
    855846// Fit
    856 #ifdef SANS_EVOLPLANCK
    857 mParSave = mPar; mStepSave = mStep; mFixSave = mFix;
    858 mMinSave = mMin; mMaxSave = mMax;
    859 #else
    860847mParSave.Clone(mPar); mStepSave.Clone(mStep); mFixSave.Clone(mFix);
    861848mMinSave.Clone(mMin); mMaxSave.Clone(mMax);
    862 #endif
    863849mOptSave = mOpt;
    864850double c2r = -1.;
     
    12181204, saveErrScale(1.),saveErrMin(0.), saveXC(0.), saveYC(0.)
    12191205{
    1220 #ifdef SANS_EVOLPLANCK
    1221 COMPATIBLE_ASSERT(mFitter);
    1222 #else
    12231206ASSERT(mFitter);
    1224 #endif
    12251207
    12261208int npar = mFitter->mNPar;
Note: See TracChangeset for help on using the changeset viewer.