Index: trunk/BNC/newmat/newmatex.cpp
===================================================================
--- trunk/BNC/newmat/newmatex.cpp	(revision 9434)
+++ trunk/BNC/newmat/newmatex.cpp	(revision 10791)
@@ -29,25 +29,25 @@
 
 
-static void MatrixDetails(const GeneralMatrix& A)
-// write matrix details to Exception buffer
-{
-   MatrixBandWidth bw = A.bandwidth();
-   int ubw = bw.upper_val; int lbw = bw.lower_val;
-   BaseException::AddMessage("MatrixType = ");
-   BaseException::AddMessage(A.Type().Value());
-   BaseException::AddMessage("  # Rows = "); BaseException::AddInt(A.Nrows());
-   BaseException::AddMessage("; # Cols = "); BaseException::AddInt(A.Ncols());
-   if (lbw >=0)
-   {
-      BaseException::AddMessage("; lower BW = ");
-      BaseException::AddInt(lbw);
-   }
-   if (ubw >=0)
-   {
-      BaseException::AddMessage("; upper BW = ");
-      BaseException::AddInt(ubw);
-   }
-   BaseException::AddMessage("\n");
-}
+////static void MatrixDetails(const GeneralMatrix& A)
+////// write matrix details to Exception buffer
+////{
+////   MatrixBandWidth bw = A.bandwidth();
+////   int ubw = bw.upper_val; int lbw = bw.lower_val;
+////   BaseException::AddMessage("MatrixType = ");
+////   BaseException::AddMessage(A.Type().Value());
+////   BaseException::AddMessage("  # Rows = "); BaseException::AddInt(A.Nrows());
+////   BaseException::AddMessage("; # Cols = "); BaseException::AddInt(A.Ncols());
+////   if (lbw >=0)
+////   {
+////      BaseException::AddMessage("; lower BW = ");
+////      BaseException::AddInt(lbw);
+////   }
+////   if (ubw >=0)
+////   {
+////      BaseException::AddMessage("; upper BW = ");
+////      BaseException::AddInt(ubw);
+////   }
+////   BaseException::AddMessage("\n");
+////}
 
 NPDException::NPDException(const GeneralMatrix& A)
