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 = {}


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to