From: <sla...@us...> - 2012-03-15 02:23:09
|
Revision: 9894 http://octave.svn.sourceforge.net/octave/?rev=9894&view=rev Author: slackydeb Date: 2012-03-15 02:23:03 +0000 (Thu, 15 Mar 2012) Log Message: ----------- ga: ga_test is a script file, not a function file Modified Paths: -------------- trunk/octave-forge/main/ga/inst/ga_test.m Modified: trunk/octave-forge/main/ga/inst/ga_test.m =================================================================== --- trunk/octave-forge/main/ga/inst/ga_test.m 2012-03-15 02:22:50 UTC (rev 9893) +++ trunk/octave-forge/main/ga/inst/ga_test.m 2012-03-15 02:23:03 UTC (rev 9894) @@ -14,13 +14,13 @@ ## along with this program; If not, see <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn{Function File} {} ga_test +## @deftypefn{Script File} {} ga_test ## Execute all available tests at once. ## @end deftypefn ## Author: Luca Favatella <sla...@gm...> ## Created: March 2012 -## Version: 0.1 +## Version: 0.1.1 ## Creation test gacreationuniform This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |