mailr17762 - /branches/tensor_data/specific_fns/model_free/results.py


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

Header


Content

Posted by edward on October 08, 2012 - 19:16:
Author: bugman
Date: Mon Oct  8 19:16:25 2012
New Revision: 17762

URL: http://svn.gna.org/viewcvs/relax?rev=17762&view=rev
Log:
Fix for the fixing of parameters in the model-free analyses.

The diffusion tensor set_fixed() method is now used.


Modified:
    branches/tensor_data/specific_fns/model_free/results.py

Modified: branches/tensor_data/specific_fns/model_free/results.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/tensor_data/specific_fns/model_free/results.py?rev=17762&r1=17761&r2=17762&view=diff
==============================================================================
--- branches/tensor_data/specific_fns/model_free/results.py (original)
+++ branches/tensor_data/specific_fns/model_free/results.py Mon Oct  8 
19:16:25 2012
@@ -120,7 +120,7 @@
 
         # Set the diffusion tensor fixed flag.
         if model_type != 'local_tm' and diff_fixed != None:
-            cdp.diff_tensor.fixed = diff_fixed
+            cdp.diff_tensor.set_fixed(diff_fixed)
 
         # Set the spin specific fixed flags.
         for spin, id in spin_loop(return_id=True):




Related Messages


Powered by MHonArc, Updated Mon Oct 08 19:40:01 2012