changeset 6544:43fc02d57862

[project @ 2007-04-19 15:27:33 by jwe]
author jwe
date Thu, 19 Apr 2007 15:27:34 +0000
parents aa2837cae002
children 7cf7e248cb71
files scripts/ChangeLog scripts/control/util/axis2dlim.m
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Apr 19 03:32:12 2007 +0000
+++ b/scripts/ChangeLog	Thu Apr 19 15:27:34 2007 +0000
@@ -1,3 +1,7 @@
+2007-04-19  A. S. Hodel  <a.s.hodel@eng.auburn.edu>
+
+	* control/util/axis2dlim.m: Delete extraneous line.
+
 2007-04-18  John W. Eaton  <jwe@octave.org>
 
 	* specfun/factorial.m: Increase tolerance in large value test.
--- a/scripts/control/util/axis2dlim.m	Thu Apr 19 03:32:12 2007 +0000
+++ b/scripts/control/util/axis2dlim.m	Thu Apr 19 15:27:34 2007 +0000
@@ -61,7 +61,6 @@
     ## they're at least one-dimensional
     tolv = max(1e-8, 1e-8*abs(midv));
     if(abs(delv(1)) >= tolv(1))
-    if(delv(1) != 0)
       axdel(1:2) = 1.1*[-delv(1),delv(1)];
     endif
     if(abs(delv(2)) >= tolv(2))