Changeset 1584 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Jul 19, 2001, 10:33:49 AM (24 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/poly.cc
r1557 r1584 199 199 200 200 //! Print on stream \b s 201 void Poly::Print(ostream& s, int_4, bool, bool ) const201 void Poly::Print(ostream& s, sa_size_t , bool, bool ) const 202 202 { 203 203 UpdateDegIfDirty(); … … 645 645 646 646 //! Print on stream \b s 647 void Poly2::Print(ostream& s, int_4, bool, bool ) const647 void Poly2::Print(ostream& s, sa_size_t , bool, bool ) const 648 648 { 649 649 UpdateDegIfDirty(); -
trunk/SophyaLib/NTools/poly.h
r1557 r1584 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: poly.h,v 1. 9 2001-06-27 10:52:50ansari Exp $3 // $Id: poly.h,v 1.10 2001-07-19 08:33:49 ansari Exp $ 4 4 // 5 5 … … 83 83 Poly2 operator() (Poly2 const& b) const; 84 84 85 void Print(ostream& s, int_4maxprt=-1,85 void Print(ostream& s, sa_size_t maxprt=-1, 86 86 bool si=false, bool ascd=false) const ; 87 87 … … 225 225 void Realloc(int degreX, int degreY); 226 226 227 void Print(ostream& s, int_4maxprt=-1,227 void Print(ostream& s, sa_size_t maxprt=-1, 228 228 bool si=false, bool ascd=false) const ; 229 229
Note:
See TracChangeset
for help on using the changeset viewer.