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


Ignore:
Timestamp:
Jul 19, 2001, 10:33:49 AM (24 years ago)
Author:
ansari
Message:

Uniformisation int_4 -> sa_size_t ds les limites de Print (suite 3 - ds Poly) - Reza 19/7/2001

File:
1 edited

Legend:

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

    r1557 r1584  
    199199
    200200//! Print on stream \b s
    201 void Poly::Print(ostream& s, int_4 , bool, bool ) const
     201void Poly::Print(ostream& s, sa_size_t , bool, bool ) const
    202202{
    203203  UpdateDegIfDirty();
     
    645645
    646646//! Print on stream \b s
    647 void Poly2::Print(ostream& s, int_4 , bool, bool ) const
     647void Poly2::Print(ostream& s, sa_size_t , bool, bool ) const
    648648{
    649649  UpdateDegIfDirty();
Note: See TracChangeset for help on using the changeset viewer.