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]


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

This is the relax-commits mailing list
relax-commits@gna.org

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

Reply via email to