# HG changeset patch # User jwe # Date 784331081 0 # Node ID c215a8d174a276ca8f12489544638869fa93675c # Parent 52c5259724aad931eb90a09a9f504b4483c400f7 [project @ 1994-11-08 21:44:41 by jwe] diff -r 52c5259724aa -r c215a8d174a2 scripts/general/logspace.m --- a/scripts/general/logspace.m Tue Nov 08 21:27:22 1994 +0000 +++ b/scripts/general/logspace.m Tue Nov 08 21:44:41 1994 +0000 @@ -40,7 +40,7 @@ npoints = 50; elseif (nargin == 3) if (length (n) == 1) - npoints = n; + npoints = fix (n); else error ("logspace: arguments must be scalars"); endif