Changeset 805 in Sophya for trunk/SophyaLib/NTools/poly.cc


Ignore:
Timestamp:
Apr 3, 2000, 7:41:08 PM (25 years ago)
Author:
ansari
Message:

Adaptation aux modifications de TArray<T>/TVector<T> - linfit.cc integre
a TArray/sopemtx.cc - Reza 03/04/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/poly.cc

    r540 r805  
    22#include "poly.h"
    33#include "linfit.h"
     4#include "fioarr.h"
    45
    56//++
     
    254255
    255256//++
    256 void Poly::Print(ostream& s) const
     257void Poly::Print(ostream& s, int_4 , bool ) const
    257258//
    258259//      Impresssion.
     
    484485  Poly2 tmp(*this);
    485486  Vector::Realloc((degreX+1)*(degreY+1));
    486   Reset();
     487  DataBlock().Reset();
    487488  maxDegX = degreX;
    488489  maxDegY = degreY;
     
    721722
    722723//++
    723 void Poly2::Print(ostream& s) const
     724void Poly2::Print(ostream& s, int_4 , bool ) const
    724725//
    725726//      Impression sur stream s.
Note: See TracChangeset for help on using the changeset viewer.