mailr2446 - /1.2/data.py


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

Header


Content

Posted by edward on April 05, 2006 - 09:45:
Author: bugman
Date: Wed Apr  5 09:45:10 2006
New Revision: 2446

URL: http://svn.gna.org/viewcvs/relax?rev=2446&view=rev
Log:
Stored the runs which form the hybrid in self.relax.data.hybrid_runs[].

This code is for task #3122 located at 
https://gna.org/task/?func=detailitem&item_id=3122.


Modified:
    1.2/data.py

Modified: 1.2/data.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/data.py?rev=2446&r1=2445&r2=2446&view=diff
==============================================================================
--- 1.2/data.py (original)
+++ 1.2/data.py Wed Apr  5 09:45:10 2006
@@ -53,6 +53,9 @@
 
         # The type of the runs.
         self.run_types = []
+
+        # Hybrid models.
+        self.hybrid_runs = []
 
         # Global minimisation statistics.
         self.chi2 = {}




Related Messages


Powered by MHonArc, Updated Wed Apr 05 10:20:06 2006