changeset 932:1c9812d0cf59

[project @ 1994-11-16 15:40:32 by jwe]
author jwe
date Wed, 16 Nov 1994 15:40:32 +0000
parents 0494ae4d384c
children 598a3aa40360
files src/xdiv.cc
diffstat 1 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdiv.cc
+++ b/src/xdiv.cc
@@ -42,15 +42,11 @@
   if (info == -2)
     {
       if (warn)
-	{
-	  warning ("matrix singular to machine precision, rcond = %g", rcond);
-	  return 1;
-	}
+	warning ("matrix singular to machine precision, rcond = %g", rcond);
       else
-	{
-	  error ("matrix singular to machine precision, rcond = %g", rcond);
-	  return 0;
-	}
+	error ("matrix singular to machine precision, rcond = %g", rcond);
+
+      return 0;
     }
   else
     return 1;