From: <sla...@us...> - 2012-03-19 00:33:41
|
Revision: 9955 http://octave.svn.sourceforge.net/octave/?rev=9955&view=rev Author: slackydeb Date: 2012-03-19 00:33:34 +0000 (Mon, 19 Mar 2012) Log Message: ----------- ga: add TODO comment Modified Paths: -------------- trunk/octave-forge/main/ga/inst/ga.m Modified: trunk/octave-forge/main/ga/inst/ga.m =================================================================== --- trunk/octave-forge/main/ga/inst/ga.m 2012-03-18 22:53:36 UTC (rev 9954) +++ trunk/octave-forge/main/ga/inst/ga.m 2012-03-19 00:33:34 UTC (rev 9955) @@ -125,6 +125,7 @@ %!error x = ga (f, nvars, [], [], []) %!error x = ga (f, nvars, [], [], [], [], []) %!error x = ga (f, nvars, [], [], [], [], [], [], @(x) [[], []], gaoptimset (), []) +# TODO: test number of output arguments ## type of arguments # TODO This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |