diff liboctave/dbleHESS.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 33bb7975f866
line wrap: on
line diff
--- a/liboctave/dbleHESS.cc
+++ b/liboctave/dbleHESS.cc
@@ -95,14 +95,14 @@
   F77_FCN (dgebak, DGEBAK) (jobbal, side, n, ilo, ihi, scale, n, z, n,
 			    info, 1L, 1L);
 
-// We need to clear out all of the area below the sub-diagonal which was used
-// to store the unitary matrix.
+  // We need to clear out all of the area below the sub-diagonal which
+  // was used to store the unitary matrix.
 
   hess_mat = Matrix (h, n, n);
   unitary_hess_mat = Matrix (z, n, n);
 
-// If someone thinks of a more graceful way of doing this (or faster for 
-// that matter :-)), please let me know! 
+  // If someone thinks of a more graceful way of doing this (or faster
+  // for that matter :-)), please let me know! 
 
   if (n > 2)
     for (int j = 0; j < a_nc; j++)