Changeset 301 in Sophya for trunk/SophyaLib/NTools/tvector.h


Ignore:
Timestamp:
May 18, 1999, 2:23:15 PM (26 years ago)
Author:
ansari
Message:

cmv 18/5/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/tvector.h

    r299 r301  
    3737
    3838  // Residus et fonction fittees.
    39   TVector<T> FitResidus(GeneralFit& gfit);
    40   TVector<T> FitFunction(GeneralFit& gfit);
     39  TVector<T> FitResidus(GeneralFit& gfit,double xorg=0.,double dx=1.);
     40  TVector<T> FitFunction(GeneralFit& gfit,double xorg=0.,double dx=1.);
    4141
    4242};
Note: See TracChangeset for help on using the changeset viewer.