diff scripts/control/lyap.m @ 1194:621fef7bcca1

[project @ 1995-03-31 05:11:53 by jwe]
author jwe
date Fri, 31 Mar 1995 05:12:26 +0000 (1995-03-31)
parents 3f257ab07921
children 611d403c7f3d
line wrap: on
line diff
--- a/scripts/control/lyap.m
+++ b/scripts/control/lyap.m
@@ -81,7 +81,7 @@
 
     c = b;
     b = a;
-    a = b'
+    a = b';
 
   else 
 
@@ -95,7 +95,7 @@
 
     if (n != n1 || m != m1)
       error("lyap: a,b,c not conformably dimensioned");
-    endif;
+    endif
   endif
 
 # Call octave built-in function.