Changeset 3587 in Sophya for trunk/SophyaLib/HiStats


Ignore:
Timestamp:
Mar 5, 2009, 2:26:38 PM (17 years ago)
Author:
ansari
Message:

Adaptation suite nettoyage/suppression TRY/CATCH... , Reza 05/03/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/histos.cc

    r3572 r3587  
    10691069  if( ii != nLowHigh ) throw ParmError(PExcLongMessage(""));
    10701070  Poly pol(degree);
    1071   TRY {
    1072     pol.Fit(xFit, yFit, e2Fit, degree, errcoef);
    1073     if (debug>1) cout << "resultat fit = " << pol << endl;
    1074     pol.Derivate();
    1075   } CATCHALL {
    1076     THROW_SAME;
    1077   } ENDTRY
     1071  pol.Fit(xFit, yFit, e2Fit, degree, errcoef);
     1072  if (debug>1) cout << "resultat fit = " << pol << endl;
     1073  pol.Derivate();
    10781074
    10791075  int_4 DPolDeg = pol.Degre();
Note: See TracChangeset for help on using the changeset viewer.