Mercurial > hg > octave-nkf
diff src/xdiv.cc @ 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 | dfe01093f657 |
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;