Changeset 10791 in ntrip for trunk/BNC/newmat/newmat6.cpp


Ignore:
Timestamp:
Dec 3, 2025, 5:37:16 PM (2 months ago)
Author:
mervart
Message:

BNC Multifrequency and PPPAR Client (initial version)

File:
1 edited

Legend:

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

    r9470 r10791  
    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) { delete [] indx; indx = 0; }
     431   if (indx != 0) { 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.