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


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

File:
1 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();
Note: See TracChangeset for help on using the changeset viewer.