Changeset 1557 in Sophya


Ignore:
Timestamp:
Jun 27, 2001, 12:52:50 PM (24 years ago)
Author:
ansari
Message:

Oubli changement de l'interface Poly::Print() - Reza 27/6/2001

Location:
trunk/SophyaLib/NTools
Files:
2 edited

Legend:

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

    r960 r1557  
    199199
    200200//! Print on stream \b s
    201 void Poly::Print(ostream& s, int_4 , bool ) const
     201void Poly::Print(ostream& s, int_4 , bool, bool ) const
    202202{
    203203  UpdateDegIfDirty();
     
    645645
    646646//! Print on stream \b s
    647 void Poly2::Print(ostream& s, int_4 , bool ) const
     647void Poly2::Print(ostream& s, int_4 , bool, bool ) const
    648648{
    649649  UpdateDegIfDirty();
  • trunk/SophyaLib/NTools/poly.h

    r958 r1557  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: poly.h,v 1.8 2000-04-18 13:38:36 ansari Exp $
     3// $Id: poly.h,v 1.9 2001-06-27 10:52:50 ansari Exp $
    44//
    55
     
    8383  Poly2 operator() (Poly2 const& b) const;
    8484
    85   void Print(ostream& s, int_4 maxprt=-1, bool si=false) const;
     85  void Print(ostream& s, int_4 maxprt=-1,
     86             bool si=false, bool ascd=false) const ;
    8687
    8788  double Fit(TVector<r_8> const& x, TVector<r_8> const& y, int degre);
     
    224225  void Realloc(int degreX, int degreY);
    225226
    226   void Print(ostream& s, int_4 maxprt=-1, bool si=false) const;
     227  void Print(ostream& s, int_4 maxprt=-1,
     228             bool si=false, bool ascd=false) const ;
    227229
    228230private:
Note: See TracChangeset for help on using the changeset viewer.