Author: bugman
Date: Sun Nov 25 19:25:12 2007
New Revision: 3941

URL: http://svn.gna.org/viewcvs/relax?rev=3941&view=rev
Log:
Another bug fix for the generic_fns.diffusion_tensor.diff_data_exists() 
function.

The white_list object now exists.


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=3941&r1=3940&r2=3941&view=diff
==============================================================================
--- 1.3/generic_fns/diffusion_tensor.py (original)
+++ 1.3/generic_fns/diffusion_tensor.py Sun Nov 25 19:25:12 2007
@@ -147,6 +147,9 @@
     # Alias the current data pipe.
     cdp = relax_data_store[relax_data_store.current_pipe]
 
+    # White list objects.
+    white_list = []
+
     # Loop over the objects in the data structure.
     for name in dir(cdp.diff_tensor):
         # White list names.


_______________________________________________
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