From: <sla...@us...> - 2009-08-26 15:02:08
|
Revision: 6147 http://octave.svn.sourceforge.net/octave/?rev=6147&view=rev Author: slackydeb Date: 2009-08-26 15:01:59 +0000 (Wed, 26 Aug 2009) Log Message: ----------- Fix improper use of FIXME. Modified Paths: -------------- trunk/octave-forge/main/control/inst/gensig.m trunk/octave-forge/main/control/inst/initial.m Modified: trunk/octave-forge/main/control/inst/gensig.m =================================================================== --- trunk/octave-forge/main/control/inst/gensig.m 2009-08-26 14:39:57 UTC (rev 6146) +++ trunk/octave-forge/main/control/inst/gensig.m 2009-08-26 15:01:59 UTC (rev 6147) @@ -87,4 +87,5 @@ endfunction -## FIXME: Add a test + +## TODO: Add a test Modified: trunk/octave-forge/main/control/inst/initial.m =================================================================== --- trunk/octave-forge/main/control/inst/initial.m 2009-08-26 14:39:57 UTC (rev 6146) +++ trunk/octave-forge/main/control/inst/initial.m 2009-08-26 15:01:59 UTC (rev 6147) @@ -64,7 +64,7 @@ ## Created: August 16, 2009 ## based on __stepimp__.m of Kai P. Mueller and A. Scottedward Hodel ## Version: 0.1 alpha -## FIXME: Needs thorough testing for discrete systems! +## TODO: Needs thorough testing for discrete systems! function [y_r, t_r, x_r] = initial (sys, x_0, t_final, dt) @@ -200,4 +200,6 @@ endfunction -## FIXME: Add a test \ No newline at end of file + +## TODO: Add a purely continuous system test +## TODO: Add a purely discrete system test This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |