diff liboctave/Quad.cc @ 1360:7eb93d12654c

[project @ 1995-09-05 21:51:54 by jwe]
author jwe
date Tue, 05 Sep 1995 21:51:54 +0000
parents 611d403c7f3d
children 9f9131a8d706
line wrap: on
line diff
--- a/liboctave/Quad.cc	Tue Sep 05 21:30:26 1995 +0000
+++ b/liboctave/Quad.cc	Tue Sep 05 21:51:54 1995 +0000
@@ -236,12 +236,15 @@
     case bound_to_inf:
       inf = 1;
       break;
+
     case neg_inf_to_bound:
       inf = -1;
       break;
+
     case doubly_infinite:
       inf = 2;
       break;
+
     default:
       assert (0);
       break;