Ignore:
Timestamp:
Jun 7, 2002, 4:21:22 PM (23 years ago)
Author:
ansari
Message:

Remplacement de l'objet poly (pb plantage ds lors du Fit) par un vecteur - Reza 7/6/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/simoffset.h

    r2014 r2045  
    1111#include "toiprocessor.h"
    1212#include "tvector.h"
    13 #include "poly.h"
    1413
    1514// ---- Calcul de ligne de base
     
    4241  inline  void  SavePolyNTuple(bool fg=false, string name="") { ntpoly = fg; ntpolyname=name; }
    4342protected:
     43  virtual double ApplyPoly(double x);
     44  virtual void   FitPoly(Vector& X0, Vector& Y, Vector& YErr);
     45
    4446  int_8 totnscount;   // Nombre total d'echantillon processe
    4547  int_8 totnbblock;   // Nombre total de blocs
     
    4749  int nPtFit;
    4850  int degPol;
    49   Poly poly;
     51  //  Poly poly;   Pb SEGV lors de Poly.Fit
     52  Vector poly;
     53  int_4 npb_fitpoly;
    5054  bool ntpoly;
    5155  string ntpolyname;
Note: See TracChangeset for help on using the changeset viewer.