changeset 1194:621fef7bcca1

[project @ 1995-03-31 05:11:53 by jwe]
author jwe
date Fri, 31 Mar 1995 05:12:26 +0000
parents 3db39662c697
children 0da1cc2c1947
files scripts/control/lyap.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/control/lyap.m	Thu Mar 30 23:52:35 1995 +0000
+++ b/scripts/control/lyap.m	Fri Mar 31 05:12:26 1995 +0000
@@ -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.