mailr12532 - /branches/bmrb/specific_fns/model_free/bmrb.py


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

Header


Content

Posted by edward on February 17, 2011 - 10:21:
Author: bugman
Date: Thu Feb 17 10:21:43 2011
New Revision: 12532

URL: http://svn.gna.org/viewcvs/relax?rev=12532&view=rev
Log:
Fix for the _bmrb_model_map() method - the bad models must come first in the 
list!


Modified:
    branches/bmrb/specific_fns/model_free/bmrb.py

Modified: branches/bmrb/specific_fns/model_free/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/specific_fns/model_free/bmrb.py?rev=12532&r1=12531&r2=12532&view=diff
==============================================================================
--- branches/bmrb/specific_fns/model_free/bmrb.py (original)
+++ branches/bmrb/specific_fns/model_free/bmrb.py Thu Feb 17 10:21:43 2011
@@ -62,8 +62,8 @@
                'm2':  'S2, te',
                'm3':  'S2, Rex',
                'm4':  'S2, te, Rex',
+               'm5':  'S2, te, S2f',    # This non-standard naming 
(incorrect) must go before the correct m5.
                'm5':  'S2f, S2, ts',
-               'm5':  'S2, te, S2f',
                'm6':  'S2f, tf, S2, ts',
                'm7':  'S2f, S2, ts, Rex',
                'm8':  'S2f, tf, S2, ts, Rex',




Related Messages


Powered by MHonArc, Updated Thu Feb 17 10:40:02 2011