From: <par...@us...> - 2010-09-14 14:52:02
|
Revision: 7718 http://octave.svn.sourceforge.net/octave/?rev=7718&view=rev Author: paramaniac Date: 2010-09-14 14:51:54 +0000 (Tue, 14 Sep 2010) Log Message: ----------- control: add some remarks Modified Paths: -------------- trunk/octave-forge/main/control/DESCRIPTION trunk/octave-forge/main/control/doc/slicot_readme.txt Modified: trunk/octave-forge/main/control/DESCRIPTION =================================================================== --- trunk/octave-forge/main/control/DESCRIPTION 2010-09-14 12:55:14 UTC (rev 7717) +++ trunk/octave-forge/main/control/DESCRIPTION 2010-09-14 14:51:54 UTC (rev 7718) @@ -1,10 +1,10 @@ Name: Control Version: 2.0.0 -Date: 2010-09-07 +Date: 2010-09-14 Author: Lukas Reichlin <luk...@gm...> Maintainer: Lukas Reichlin <luk...@gm...> Title: Control Systems -Description: Computer Aided Control Systems Design package for GNU Octave +Description: control systems package increasingly based on the SLICOT Fortran library Depends: octave (>= 3.2.3) Autoload: yes License: GPL version 3 or later Modified: trunk/octave-forge/main/control/doc/slicot_readme.txt =================================================================== --- trunk/octave-forge/main/control/doc/slicot_readme.txt 2010-09-14 12:55:14 UTC (rev 7717) +++ trunk/octave-forge/main/control/doc/slicot_readme.txt 2010-09-14 14:51:54 UTC (rev 7718) @@ -1,7 +1,19 @@ +Important +********* + +If you encounter any bugs in the octave control package, please +DONT bother the great people behind SLICOT. Most likely it's a +problem of the control package, not the proven SLICOT library. +Therefore, please send any reports to the octave mailing list +and the maintainer of the control package. +See the file packinfo/DESCRIPTION for the current maintainer +of the control package and his mail address. + + Acknowledgments *************** -LTI SYNCOPE - LTI SYstems aNd COntrol PackagE - is partially based +LTI SYNCOPE - LTI SYstems aNd COntrol PackagE - is ever-increasingly based on SLICOT subroutines by courtesy of the Numerics In COntrol NETwork NICONET e.V. <http://www.icm.tu-bs.de/NICONET/>. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |