From: <par...@us...> - 2012-02-28 06:58:30
|
Revision: 9714 http://octave.svn.sourceforge.net/octave/?rev=9714&view=rev Author: paramaniac Date: 2012-02-28 06:58:23 +0000 (Tue, 28 Feb 2012) Log Message: ----------- control: fix typo in news file Modified Paths: -------------- trunk/octave-forge/main/control/NEWS Modified: trunk/octave-forge/main/control/NEWS =================================================================== --- trunk/octave-forge/main/control/NEWS 2012-02-27 20:57:27 UTC (rev 9713) +++ trunk/octave-forge/main/control/NEWS 2012-02-28 06:58:23 UTC (rev 9714) @@ -18,9 +18,10 @@ e.g. bode (sys1, sys2, sys3). Furthermore, the code takes advantage of the new "arrayfun" function which became a faster oct-file instead of an m-file) -** get - -- The get command doesn't need a return argument anymore. - set (sys, "key", value) is now equivalent to sys = set (sys, "key", value). +** set + -- The set command doesn't need a return argument anymore in order to save + the modified values. set (sys, "key", value) is now equivalent to + sys = set (sys, "key", value). ** Revised package installation. The new solution compiles the SLICOT library in a less barbaric way and creates only a single oct-file containing all the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |