mailr19568 - /trunk/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on April 21, 2013 - 23:20:
Author: bugman
Date: Sun Apr 21 23:20:35 2013
New Revision: 19568

URL: http://svn.gna.org/viewcvs/relax?rev=19568&view=rev
Log:
Unicode is now used for the tau symbol in the model-free model parameter 
lists in the GUI.

This is only when modifying the models to optimise, which shouldn't be 
changed anyway.


Modified:
    trunk/gui/analyses/auto_model_free.py

Modified: trunk/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_model_free.py?rev=19568&r1=19567&r2=19568&view=diff
==============================================================================
--- trunk/gui/analyses/auto_model_free.py (original)
+++ trunk/gui/analyses/auto_model_free.py Sun Apr 21 23:20:35 2013
@@ -830,16 +830,16 @@
         "tm9"
     ]
     params = [
-        "{local_tm}",
-        "{local_tm, S2}",
-        "{local_tm, S2, te}",
-        "{local_tm, S2, Rex}",
-        "{local_tm, S2, te, Rex}",
-        "{local_tm, S2, S2f, ts}",
-        "{local_tm, S2, tf, S2f, ts}",
-        "{local_tm, S2, S2f, ts, Rex}",
-        "{local_tm, S2, tf, S2f, ts, Rex}",
-        "{local_tm, Rex}"
+        u"{local \u03C4m}",
+        u"{local \u03C4m, S2}",
+        u"{local \u03C4m, S2, \u03C4e}",
+        u"{local \u03C4m, S2, Rex}",
+        u"{local \u03C4m, S2, \u03C4e, Rex}",
+        u"{local \u03C4m, S2, S2f, \u03C4s}",
+        u"{local \u03C4m, S2, \u03C4f, S2f, \u03C4s}",
+        u"{local \u03C4m, S2, S2f, \u03C4s, Rex}",
+        u"{local \u03C4m, S2, \u03C4f, S2f, \u03C4s, Rex}",
+        u"{local \u03C4m, Rex}"
     ]
     warning = "The model-free models used in dauvergne_protocol 
auto-analysis should almost never be changed!  The consequences will be 
unpredictable.  Please proceed only if you are sure of what you are doing.  
Would you like to modify the model-free model list?"
     red_flag = True
@@ -866,16 +866,16 @@
         "m9"
     ]
     params = [
-        "{}",
-        "{S2}",
-        "{S2, te}",
-        "{S2, Rex}",
-        "{S2, te, Rex}",
-        "{S2, S2f, ts}",
-        "{S2, tf, S2f, ts}",
-        "{S2, S2f, ts, Rex}",
-        "{S2, tf, S2f, ts, Rex}",
-        "{Rex}"
+        u"{}",
+        u"{S2}",
+        u"{S2, \u03C4e}",
+        u"{S2, Rex}",
+        u"{S2, \u03C4e, Rex}",
+        u"{S2, S2f, \u03C4s}",
+        u"{S2, \u03C4f, S2f, \u03C4s}",
+        u"{S2, S2f, \u03C4s, Rex}",
+        u"{S2, \u03C4f, S2f, \u03C4s, Rex}",
+        u"{Rex}"
     ]
     warning = "The model-free models used in dauvergne_protocol 
auto-analysis should almost never be changed!  The consequences will be 
unpredictable.  Please proceed only if you are sure of what you are doing.  
Would you like to modify the model-free model list?"
     red_flag = True




Related Messages


Powered by MHonArc, Updated Sun Apr 21 23:40:02 2013