Revision: 10282
http://octave.svn.sourceforge.net/octave/?rev=10282&view=rev
Author: carandraug
Date: 2012-04-18 21:23:32 +0000 (Wed, 18 Apr 2012)
Log Message:
-----------
hhigh: fix small bug introduced on r10268 when setting function defaults on function line
Revision Links:
--------------
http://octave.svn.sourceforge.net/octave/?rev=10268&view=rev
Modified Paths:
--------------
trunk/octave-forge/main/financial/inst/hhigh.m
Modified: trunk/octave-forge/main/financial/inst/hhigh.m
===================================================================
--- trunk/octave-forge/main/financial/inst/hhigh.m 2012-04-18 20:56:52 UTC (rev 10281)
+++ trunk/octave-forge/main/financial/inst/hhigh.m 2012-04-18 21:23:32 UTC (rev 10282)
@@ -25,7 +25,7 @@
## @seealso{llow}
## @end deftypefn
-function hhv = hhigh (data, nperiods = 14, dim = find (size (data) > 1, 1);)
+function hhv = hhigh (data, nperiods = 14, dim = find (size (data) > 1, 1))
if nargin < 1 || nargin > 3
print_usage ();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|