# HG changeset patch # User dbateman # Date 1159018389 0 # Node ID 49dfdb54bb2b31ffebeeb20a949260d5a24ff565 # Parent bd0507994409370b8b28117f3d21bfccd5941fcd [project @ 2006-09-23 13:29:18 by dbateman] diff -r bd0507994409 -r 49dfdb54bb2b liboctave/ChangeLog --- a/liboctave/ChangeLog Fri Sep 22 19:38:53 2006 +0000 +++ b/liboctave/ChangeLog Sat Sep 23 13:33:09 2006 +0000 @@ -1,7 +1,7 @@ 2006-09-22 David Bateman * MatrixType.h (MatrixType::MatrixType(const SparseComplexMatrix&)): - Remove spurious warning. + Remove spurious warning. 2006-09-15 John W. Eaton diff -r bd0507994409 -r 49dfdb54bb2b liboctave/MatrixType.cc --- a/liboctave/MatrixType.cc Fri Sep 22 19:38:53 2006 +0000 +++ b/liboctave/MatrixType.cc Sat Sep 23 13:33:09 2006 +0000 @@ -61,7 +61,7 @@ { octave_idx_type nrows = a.rows (); octave_idx_type ncols = a.cols (); - + if (ncols == nrows) { bool upper = true; diff -r bd0507994409 -r 49dfdb54bb2b scripts/ChangeLog --- a/scripts/ChangeLog Fri Sep 22 19:38:53 2006 +0000 +++ b/scripts/ChangeLog Sat Sep 23 13:33:09 2006 +0000 @@ -1,6 +1,6 @@ 2006-09-22 Michael Creel - * deprecated/chisquare_pdf.m: Typo in documentation. + * deprecated/chisquare_pdf.m: Typo in documentation. 2006-09-22 Søren Hauberg diff -r bd0507994409 -r 49dfdb54bb2b scripts/deprecated/chisquare_pdf.m --- a/scripts/deprecated/chisquare_pdf.m Fri Sep 22 19:38:53 2006 +0000 +++ b/scripts/deprecated/chisquare_pdf.m Sat Sep 23 13:33:09 2006 +0000 @@ -21,7 +21,7 @@ ## @deftypefn {Function File} {} chisquare_pdf (@var{x}, @var{n}) ## For each element of @var{x}, compute the probability density function ## (PDF) at @var{x} of the chisquare distribution with @var{n} degrees -## of freedom. +## of freedom. ## @end deftypefn ## Author: TT diff -r bd0507994409 -r 49dfdb54bb2b scripts/miscellaneous/parseparams.m --- a/scripts/miscellaneous/parseparams.m Fri Sep 22 19:38:53 2006 +0000 +++ b/scripts/miscellaneous/parseparams.m Sat Sep 23 13:33:09 2006 +0000 @@ -21,7 +21,7 @@ ## @deftypefn {Function File} {[@var{reg}, @var{prop}] =} parseparams (@var{params}) ## Return in @var{reg} the cell elements of @var{param} up to the first ## string element and in @var{prop} all remaining elements beginning -## with the first string element. For example +## with the first string element. For example ## ## @example ## @group diff -r bd0507994409 -r 49dfdb54bb2b scripts/signal/filter2.m --- a/scripts/signal/filter2.m Fri Sep 22 19:38:53 2006 +0000 +++ b/scripts/signal/filter2.m Sat Sep 23 13:33:09 2006 +0000 @@ -22,7 +22,7 @@ ## @deftypefnx {Function File} {@var{y} =} filter2 (@var{b, @var{x}}, @var{shape}) ## Apply the 2-D FIR filter @var{b} to @var{x}. If the argument ## @var{shape} is specified, return an array of the desired shape. -## Possible values are: +## Possible values are: ## ## @table @asis ## @item 'full'