Changeset 9478 in ntrip for branches


Ignore:
Timestamp:
Jul 14, 2021, 11:37:27 AM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/newmat/newmat6.cpp

    r2013 r9478  
    352352   // MatrixConversionCheck mcc;
    353353   Eq(X,MatrixType::Rt);
    354 } 
     354}
    355355
    356356void SquareMatrix::operator=(const BaseMatrix& X)
     
    429429   if (&gm == this) { REPORT tag_val = -1; return; }
    430430   REPORT
    431    if (indx > 0) { delete [] indx; indx = 0; }
     431   if (indx) { delete [] indx; indx = 0; }
    432432   ((CroutMatrix&)gm).get_aux(*this);
    433433   Eq(gm);
    434434}
    435    
     435
    436436
    437437
Note: See TracChangeset for help on using the changeset viewer.