mailr17759 - /branches/tensor_data/generic_fns/diffusion_tensor.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 - 18:54:
Author: bugman
Date: Mon Oct  8 18:54:29 2012
New Revision: 17759

URL: http://svn.gna.org/viewcvs/relax?rev=17759&view=rev
Log:
The diffusion tensor bmrb_read() function now uses the set_fixed() method 
instead of fixed().


Modified:
    branches/tensor_data/generic_fns/diffusion_tensor.py

Modified: branches/tensor_data/generic_fns/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/tensor_data/generic_fns/diffusion_tensor.py?rev=17759&r1=17758&r2=17759&view=diff
==============================================================================
--- branches/tensor_data/generic_fns/diffusion_tensor.py (original)
+++ branches/tensor_data/generic_fns/diffusion_tensor.py Mon Oct  8 18:54:29 
2012
@@ -124,7 +124,7 @@
     cdp.diff_tensor = DiffTensorData()
 
     # Set the fixed flag.
-    cdp.diff_tensor.fixed(True)
+    cdp.diff_tensor.set_fixed(True)
 
     # Sphere.
     if data['geometric_shape'] == 'sphere':




Related Messages


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