Changeset 244 in Sophya for trunk/SophyaLib/NTools/poly.cc
- Timestamp:
- Apr 22, 1999, 6:18:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/poly.cc
r220 r244 1 #include " defs.h"1 #include "machdefs.h" 2 2 #include "poly.h" 3 3 #include "linfit.h" … … 320 320 Realloc(dg, true); 321 321 322 322 #ifdef DEBUG 323 323 int r = nr; int c = nc; 324 324 #endif 325 325 326 326 Vector::ReadSelf(s); 327 327 328 #ifdef DEBUG 328 329 DBASSERT(r == nr && c == nc); 330 #endif 329 331 UpdateDeg(); 330 332 … … 796 798 Realloc(dgx, dgy); 797 799 798 800 #ifdef DEBUG 799 801 int r = nr; int c = nc; 800 802 #endif 801 803 802 804 Vector::ReadSelf(s); 803 805 806 #ifdef DEBUG 804 807 DBASSERT(r == nr && c == nc); 808 #endif 805 809 UpdateDeg(); 806 810 }
Note:
See TracChangeset
for help on using the changeset viewer.