Author: bugman
Date: Sun Nov 25 22:22:36 2007
New Revision: 3971

URL: http://svn.gna.org/viewcvs/relax?rev=3971&view=rev
Log:
Bug fix for the generic_fns.diffusion_tensor.delete() 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=3971&r1=3970&r2=3971&view=diff
==============================================================================
--- 1.3/generic_fns/diffusion_tensor.py (original)
+++ 1.3/generic_fns/diffusion_tensor.py Sun Nov 25 22:22:36 2007
@@ -128,7 +128,7 @@
     pipes.test(relax_data_store.current_pipe)
 
     # Test if diffusion tensor data exists.
-    if not diff_data_exists():
+    if diff_data_exists():
         raise RelaxTensorError
 
     # Delete the diffusion data.


_______________________________________________
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