mailr25063 - /trunk/specific_analyses/relax_disp/variables.py


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

Header


Content

Posted by tlinnet on August 19, 2014 - 09:42:
Author: tlinnet
Date: Tue Aug 19 09:42:43 2014
New Revision: 25063

URL: http://svn.gna.org/viewcvs/relax?rev=25063&view=rev
Log:
Moved the nesting lists down in variables file.

Modified:
    trunk/specific_analyses/relax_disp/variables.py

Modified: trunk/specific_analyses/relax_disp/variables.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/variables.py?rev=25063&r1=25062&r2=25063&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/variables.py     (original)
+++ trunk/specific_analyses/relax_disp/variables.py     Tue Aug 19 09:42:43 
2014
@@ -360,13 +360,6 @@
 # The parameters.
 PARAMS_R20 = ['r2', 'r2a', 'r2b']
 
-# The defined models, which is used for nesting.
-MODEL_NEST_CPMG = MODEL_CR72
-MODEL_NEST_MMQ =  MODEL_MMQ_CR72
-MODEL_NEST_R1RHO = MODEL_MP05
-
-MODEL_LIST_NEST = [MODEL_NEST_CPMG, MODEL_NEST_MMQ, MODEL_NEST_R1RHO]
-
 # The model lists.
 ## The CPMG models
 ### The analytical CPMG models.
@@ -496,6 +489,13 @@
 MODEL_LIST_DW_MIX_QUADRUPLE = [MODEL_NS_MMQ_3SITE, MODEL_NS_MMQ_3SITE_LINEAR]
 """Models using parameters with mixed dw, and has four variables. For 
example with both dw_AB, dw_BC, dwH_AB and dwH_BC."""
 
+
+# The defined models, which is used for nesting.
+MODEL_NEST_CPMG = MODEL_CR72
+MODEL_NEST_MMQ =  MODEL_MMQ_CR72
+MODEL_NEST_R1RHO = MODEL_MP05
+
+MODEL_LIST_NEST = [MODEL_NEST_CPMG, MODEL_NEST_MMQ, MODEL_NEST_R1RHO]
 
 
 # Full model description list.




Related Messages


Powered by MHonArc, Updated Tue Aug 19 10:00:08 2014