Changeset 9470 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jun 24, 2021, 10:39:42 AM (3 years ago)
Author:
stuerze
Message:

bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/newmat/newmat6.cpp

    r9434 r9470  
    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.