From: <par...@us...> - 2012-08-14 19:32:06
|
Revision: 10864 http://octave.svn.sourceforge.net/octave/?rev=10864&view=rev Author: paramaniac Date: 2012-08-14 19:32:00 +0000 (Tue, 14 Aug 2012) Log Message: ----------- control-devel: rename key Modified Paths: -------------- trunk/octave-forge/extra/control-devel/inst/__slicot_identification__.m trunk/octave-forge/extra/control-devel/inst/moen4.m trunk/octave-forge/extra/control-devel/inst/moesp.m trunk/octave-forge/extra/control-devel/inst/n4sid.m Modified: trunk/octave-forge/extra/control-devel/inst/__slicot_identification__.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/__slicot_identification__.m 2012-08-14 18:55:38 UTC (rev 10863) +++ trunk/octave-forge/extra/control-devel/inst/__slicot_identification__.m 2012-08-14 19:32:00 UTC (rev 10864) @@ -115,8 +115,7 @@ rcond = val; case "confirm" conf = logical (val); - case "noise" - ## FIXME: find a more speaking name than 'noise' for this option + case {"input", "inputs"} noise = val; otherwise warning ("%s: invalid property name '%s' ignored", method, key); Modified: trunk/octave-forge/extra/control-devel/inst/moen4.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/moen4.m 2012-08-14 18:55:38 UTC (rev 10863) +++ trunk/octave-forge/extra/control-devel/inst/moen4.m 2012-08-14 19:32:00 UTC (rev 10864) @@ -129,7 +129,7 @@ ## No confirmation. Default value. ## @end table ## -## @item 'noise' +## @item 'input' ## The desired type of noise input channels. ## @table @var ## @item 'n' Modified: trunk/octave-forge/extra/control-devel/inst/moesp.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/moesp.m 2012-08-14 18:55:38 UTC (rev 10863) +++ trunk/octave-forge/extra/control-devel/inst/moesp.m 2012-08-14 19:32:00 UTC (rev 10864) @@ -128,7 +128,7 @@ ## No confirmation. Default value. ## @end table ## -## @item 'noise' +## @item 'input' ## The desired type of noise input channels. ## @table @var ## @item 'n' Modified: trunk/octave-forge/extra/control-devel/inst/n4sid.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/n4sid.m 2012-08-14 18:55:38 UTC (rev 10863) +++ trunk/octave-forge/extra/control-devel/inst/n4sid.m 2012-08-14 19:32:00 UTC (rev 10864) @@ -128,7 +128,7 @@ ## No confirmation. Default value. ## @end table ## -## @item 'noise' +## @item 'input' ## The desired type of noise input channels. ## @table @var ## @item 'n' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |