diff liboctave/CmplxHESS.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/CmplxHESS.cc
+++ b/liboctave/CmplxHESS.cc
@@ -100,8 +100,8 @@
    hess_mat = ComplexMatrix (h, n, n);
    unitary_hess_mat = ComplexMatrix (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++)