mailRe: r11363 - /branches/bieri_gui/auto_analyses/dauvergne_protocol.py


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

Header


Content

Posted by Edward d'Auvergne on July 27, 2010 - 10:21:
Hi,

This change is not good :(  In the future if 2H relaxation support is
added, then the user or GUI can ask for this instead of 1H relaxation.
 The proton name is already passed into here and it should be trivial
for the GUI to pass in '1H'.

Cheers,

Edward



On 27 July 2010 06:14,  <michael.bieri@xxxxxxxxxxxxx> wrote:
Author: michaelbieri
Date: Tue Jul 27 06:14:43 2010
New Revision: 11363

URL: http://svn.gna.org/viewcvs/relax?rev=11363&view=rev
Log:
Proton name for value.set() function is set as '1H'.

Modified:
   branches/bieri_gui/auto_analyses/dauvergne_protocol.py

Modified: branches/bieri_gui/auto_analyses/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/auto_analyses/dauvergne_protocol.py?rev=11363&r1=11362&r2=11363&view=diff
==============================================================================
--- branches/bieri_gui/auto_analyses/dauvergne_protocol.py (original)
+++ branches/bieri_gui/auto_analyses/dauvergne_protocol.py Tue Jul 27 
06:14:43 2010
@@ -830,7 +830,7 @@
            self.interpreter.value.set(self.bond_length, 'bond_length')
            self.interpreter.value.set(self.csa, 'csa')
            self.interpreter.value.set(self.hetnuc, 'heteronucleus')
-            self.interpreter.value.set(self.proton, 'proton')
+            self.interpreter.value.set('1H', 'proton')

            # Select the model-free model.
            self.interpreter.model_free.select_model(model=name)


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

This is the relax-commits mailing list
relax-commits@xxxxxxx

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




Related Messages


Powered by MHonArc, Updated Wed Jul 28 17:20:18 2010