diff src/pr-output.cc @ 4431:c4bde1d5eb98

[project @ 2003-06-18 15:47:09 by jwe]
author jwe
date Wed, 18 Jun 2003 15:47:10 +0000
parents a6c22c2c9b09
children 9ec494b3eb5f
line wrap: on
line diff
--- a/src/pr-output.cc	Tue Jun 17 16:50:23 2003 +0000
+++ b/src/pr-output.cc	Wed Jun 18 15:47:10 2003 +0000
@@ -483,7 +483,7 @@
   if (free_format)
     return;
 
-  bool sign = m.any_element_is_negative ();
+  bool sign = m.any_element_is_negative (true);
 
   bool inf_or_nan = m.any_element_is_inf_or_nan ();
 
@@ -820,7 +820,7 @@
   Matrix rp = real (cm);
   Matrix ip = imag (cm);
 
-  bool sign = rp.any_element_is_negative ();
+  bool sign = rp.any_element_is_negative (true);
 
   bool inf_or_nan = cm.any_element_is_inf_or_nan ();