From: <par...@us...> - 2012-03-14 19:33:30
|
Revision: 9884 http://octave.svn.sourceforge.net/octave/?rev=9884&view=rev Author: paramaniac Date: 2012-03-14 19:33:20 +0000 (Wed, 14 Mar 2012) Log Message: ----------- control-devel: touch up comment (2) Modified Paths: -------------- trunk/octave-forge/extra/control-devel/src/slib01ad.cc Modified: trunk/octave-forge/extra/control-devel/src/slib01ad.cc =================================================================== --- trunk/octave-forge/extra/control-devel/src/slib01ad.cc 2012-03-14 19:27:59 UTC (rev 9883) +++ trunk/octave-forge/extra/control-devel/src/slib01ad.cc 2012-03-14 19:33:20 UTC (rev 9884) @@ -216,6 +216,7 @@ For the second LDWORK case, code and documentation don't match: doc line 276: BATCH = 'F', 'I' code line 586: BATCH = 'F', 'I', 'O' +The third case with BATCH = 'O' is never reached. IB01AD.f Lines 273-279: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |