changeset 5997:49dfdb54bb2b

[project @ 2006-09-23 13:29:18 by dbateman]
author dbateman
date Sat, 23 Sep 2006 13:33:09 +0000
parents bd0507994409
children e1eb3a91e494
files liboctave/ChangeLog liboctave/MatrixType.cc scripts/ChangeLog scripts/deprecated/chisquare_pdf.m scripts/miscellaneous/parseparams.m scripts/signal/filter2.m
diffstat 6 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 <dbateman@free.fr>
 
 	* MatrixType.h (MatrixType::MatrixType(const SparseComplexMatrix&)): 
-	Remove spurious warning.
+	Remove spurious warning. 
 
 2006-09-15  John W. Eaton  <jwe@octave.org>
 
--- 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;
--- 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 <michael.creel@uab.es>
 
-	* deprecated/chisquare_pdf.m: Typo in documentation.
+	* deprecated/chisquare_pdf.m: Typo in documentation. 
 
 2006-09-22  Søren Hauberg  <soren@hauberg.org>
 
--- 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 <Teresa.Twaroch@ci.tuwien.ac.at>
--- 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
--- 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'