Mercurial > hg > octave-nkf
diff scripts/control/base/lsim.m @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
line wrap: on
line diff
--- a/scripts/control/base/lsim.m +++ b/scripts/control/base/lsim.m @@ -76,7 +76,7 @@ for ii = 1:(n-1) ## check if step size changed - ## XXX FIXME XXX -- this is probably not the best test, but it is + ## FIXME -- this is probably not the best test, but it is ## better than a test for exact equality. if (abs (t(ii+1) - t(ii) - Ts) > 10 * eps) Ts = t(ii+1) - t(ii);