Changeset 805 in Sophya for trunk/SophyaLib/NTools/poly.cc
- Timestamp:
- Apr 3, 2000, 7:41:08 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/poly.cc
r540 r805 2 2 #include "poly.h" 3 3 #include "linfit.h" 4 #include "fioarr.h" 4 5 5 6 //++ … … 254 255 255 256 //++ 256 void Poly::Print(ostream& s ) const257 void Poly::Print(ostream& s, int_4 , bool ) const 257 258 // 258 259 // Impresssion. … … 484 485 Poly2 tmp(*this); 485 486 Vector::Realloc((degreX+1)*(degreY+1)); 486 Reset();487 DataBlock().Reset(); 487 488 maxDegX = degreX; 488 489 maxDegY = degreY; … … 721 722 722 723 //++ 723 void Poly2::Print(ostream& s ) const724 void Poly2::Print(ostream& s, int_4 , bool ) const 724 725 // 725 726 // Impression sur stream s.
Note:
See TracChangeset
for help on using the changeset viewer.