Index: /branches/BNC_2.12/newmat/newmat6.cpp
===================================================================
--- /branches/BNC_2.12/newmat/newmat6.cpp	(revision 9477)
+++ /branches/BNC_2.12/newmat/newmat6.cpp	(revision 9478)
@@ -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 > 0) { delete [] indx; indx = 0; }
+   if (indx) { delete [] indx; indx = 0; }
    ((CroutMatrix&)gm).get_aux(*this);
    Eq(gm);
 }
-   
+
 
 
