Mercurial > hg > octave-lyh
changeset 4848:8122518935e4
[project @ 2004-04-06 15:15:44 by jwe]
author | jwe |
---|---|
date | Tue, 06 Apr 2004 15:18:23 +0000 |
parents | 83ddfedb8db7 |
children | a3440ff5eb14 |
files | liboctave/oct-shlib.h scripts/statistics/base/range.m |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/oct-shlib.h +++ b/liboctave/oct-shlib.h @@ -25,7 +25,7 @@ #include <string> -#include <oct-time.h> +#include "oct-time.h" // This just provides a way to avoid infinite recursion when building // octave_shlib objects.
--- a/scripts/statistics/base/range.m +++ b/scripts/statistics/base/range.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} range (@var{x}) -## @deftypefn {Function File} {} range (@var{x},@var{dim}) +## @deftypefnx {Function File} {} range (@var{x}, @var{dim}) ## If @var{x} is a vector, return the range, i.e., the difference ## between the maximum and the minimum, of the input data. ##