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


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.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.