mailr3125 - /1.3/data/pipe_container.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 08, 2007 - 08:28:
Author: bugman
Date: Thu Mar  8 08:27:54 2007
New Revision: 3125

URL: http://svn.gna.org/viewcvs/relax?rev=3125&view=rev
Log:
Converted the 'run_types' array to the variable 'pipe_type'.


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=3125&r1=3124&r2=3125&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Thu Mar  8 08:27:54 2007
@@ -41,8 +41,8 @@
     # The residue specific data.
     res = Residue()
 
-    # The type of the runs.
-    run_types = []
+    # The data pipe type.
+    pipe_type = None
 
     # Hybrid models.
     hybrid_runs = {}




Related Messages


Powered by MHonArc, Updated Thu Mar 08 08:40:05 2007