mailr3930 - /1.3/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 November 25, 2007 - 18:30:
Author: bugman
Date: Sun Nov 25 18:30:36 2007
New Revision: 3930

URL: http://svn.gna.org/viewcvs/relax?rev=3930&view=rev
Log:
Bug fix for the generic_fns.diffusion_tensor.init() function.


Modified:
    1.3/generic_fns/diffusion_tensor.py

Modified: 1.3/generic_fns/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/diffusion_tensor.py?rev=3930&r1=3929&r2=3930&view=diff
==============================================================================
--- 1.3/generic_fns/diffusion_tensor.py (original)
+++ 1.3/generic_fns/diffusion_tensor.py Sun Nov 25 18:30:36 2007
@@ -446,7 +446,7 @@
     """Function for initialising the diffusion tensor."""
 
     # Test if the current data pipe exists.
-    pipes.test()
+    pipes.test(relax_data_store.current_pipe)
 
     # Alias the current data pipe.
     cdp = relax_data_store[relax_data_store.current_pipe]




Related Messages


Powered by MHonArc, Updated Sun Nov 25 19:00:23 2007