diff src/pr-output.cc @ 3130:02766207b74c

[project @ 1998-01-25 08:27:23 by jwe]
author jwe
date Sun, 25 Jan 1998 08:27:25 +0000
parents 38684be52a3e
children 45490c020e47
line wrap: on
line diff
--- a/src/pr-output.cc
+++ b/src/pr-output.cc
@@ -113,7 +113,7 @@
   int nr = m.rows ();
   int nc = m.columns ();
 
-  double result = DBL_MIN;
+  double result = -DBL_MAX;
 
   for (int j = 0; j < nc; j++)
     for (int i = 0; i < nr; i++)