Index: minuit/src/TFitter.cxx =================================================================== RCS file: /user/cvs/root/minuit/src/TFitter.cxx,v retrieving revision 1.45 diff -u -r1.45 TFitter.cxx --- minuit/src/TFitter.cxx 26 Sep 2006 13:33:04 -0000 1.45 +++ minuit/src/TFitter.cxx 16 Nov 2006 13:41:24 -0000 @@ -512,9 +512,7 @@ { //return kTRUE if parameter ipar is fixed, kFALSE othersise) - for (Int_t i=0;ifNpfix;i++) { - if (fMinuit->fNexofi[i] == ipar) return kTRUE; - } + if (fMinuit->fNiofex[ipar] == 0 ) return kTRUE; return kFALSE; }