Changeset 1584 in Sophya for trunk/SophyaLib/NTools


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

Location:
trunk/SophyaLib/NTools
Files:
2 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();
  • trunk/SophyaLib/NTools/poly.h

    r1557 r1584  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: poly.h,v 1.9 2001-06-27 10:52:50 ansari Exp $
     3// $Id: poly.h,v 1.10 2001-07-19 08:33:49 ansari Exp $
    44//
    55
     
    8383  Poly2 operator() (Poly2 const& b) const;
    8484
    85   void Print(ostream& s, int_4 maxprt=-1,
     85  void Print(ostream& s, sa_size_t maxprt=-1,
    8686             bool si=false, bool ascd=false) const ;
    8787
     
    225225  void Realloc(int degreX, int degreY);
    226226
    227   void Print(ostream& s, int_4 maxprt=-1,
     227  void Print(ostream& s, sa_size_t maxprt=-1,
    228228             bool si=false, bool ascd=false) const ;
    229229
Note: See TracChangeset for help on using the changeset viewer.