Changeset 1557 in Sophya for trunk/SophyaLib/NTools/poly.cc
- Timestamp:
- Jun 27, 2001, 12:52:50 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/poly.cc
r960 r1557 199 199 200 200 //! Print on stream \b s 201 void Poly::Print(ostream& s, int_4 , bool ) const201 void Poly::Print(ostream& s, int_4 , 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 ) const647 void Poly2::Print(ostream& s, int_4 , bool, bool ) const 648 648 { 649 649 UpdateDegIfDirty();
Note:
See TracChangeset
for help on using the changeset viewer.