|
From: <mur...@us...> - 2010-06-18 05:10:32
|
Revision: 28
http://python-control.svn.sourceforge.net/python-control/?rev=28&view=rev
Author: murrayrm
Date: 2010-06-18 05:10:26 +0000 (Fri, 18 Jun 2010)
Log Message:
-----------
set svn:keywords to Id to get tag working
Modified Paths:
--------------
trunk/external/controls.py
trunk/src/rlocus.py
Property Changed:
----------------
trunk/external/controls.py
trunk/src/rlocus.py
Modified: trunk/external/controls.py
===================================================================
--- trunk/external/controls.py 2010-06-18 05:06:29 UTC (rev 27)
+++ trunk/external/controls.py 2010-06-18 05:10:26 UTC (rev 28)
@@ -1,5 +1,5 @@
# controls.py - Ryan Krauss's control module
-# $Id: $
+# $Id$
"""This module is for analyzing linear, time-invariant dynamic systems
and feedback control systems using the Laplace transform. The heart
Property changes on: trunk/external/controls.py
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/src/rlocus.py
===================================================================
--- trunk/src/rlocus.py 2010-06-18 05:06:29 UTC (rev 27)
+++ trunk/src/rlocus.py 2010-06-18 05:10:26 UTC (rev 28)
@@ -40,7 +40,7 @@
# or a controls.TransferFunction object.
# * Added some comments to make sure I understand the code
#
-# $Id: $
+# $Id$
# Packages used by this module
from scipy import *
Property changes on: trunk/src/rlocus.py
___________________________________________________________________
Added: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|