Changeset 1584 in Sophya for trunk/SophyaLib/NTools/poly.cc
- Timestamp:
- Jul 19, 2001, 10:33:49 AM (24 years ago)
- File:
-
- 1 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();
Note:
See TracChangeset
for help on using the changeset viewer.