Index: trunk/BNC/newmat/newmat6.cpp
===================================================================
--- trunk/BNC/newmat/newmat6.cpp	(revision 9470)
+++ trunk/BNC/newmat/newmat6.cpp	(revision 10791)
@@ -352,5 +352,5 @@
    // MatrixConversionCheck mcc;
    Eq(X,MatrixType::Rt);
-}
+} 
 
 void SquareMatrix::operator=(const BaseMatrix& X)
@@ -429,9 +429,9 @@
    if (&gm == this) { REPORT tag_val = -1; return; }
    REPORT
-   if (indx) { delete [] indx; indx = 0; }
+   if (indx != 0) { delete [] indx; indx = 0; }
    ((CroutMatrix&)gm).get_aux(*this);
    Eq(gm);
 }
-
+   
 
 
