Changeset 9478 in ntrip
- Timestamp:
- Jul 14, 2021, 11:37:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/newmat/newmat6.cpp
r2013 r9478 352 352 // MatrixConversionCheck mcc; 353 353 Eq(X,MatrixType::Rt); 354 } 354 } 355 355 356 356 void SquareMatrix::operator=(const BaseMatrix& X) … … 429 429 if (&gm == this) { REPORT tag_val = -1; return; } 430 430 REPORT 431 if (indx > 0) { delete [] indx; indx = 0; }431 if (indx) { delete [] indx; indx = 0; } 432 432 ((CroutMatrix&)gm).get_aux(*this); 433 433 Eq(gm); 434 434 } 435 435 436 436 437 437
Note:
See TracChangeset
for help on using the changeset viewer.