mailr6497 - /1.3/generic_fns/structure/geometric.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by sebastien . morin . 1 on June 25, 2008 - 14:31:
Author: semor
Date: Wed Jun 25 14:31:49 2008
New Revision: 6497

URL: http://svn.gna.org/viewcvs/relax?rev=6497&view=rev
Log:
Corrected the diffusion tensor calling to his new designation.


Modified:
    1.3/generic_fns/structure/geometric.py

Modified: 1.3/generic_fns/structure/geometric.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/geometric.py?rev=6497&r1=6496&r2=6497&view=diff
==============================================================================
--- 1.3/generic_fns/structure/geometric.py (original)
+++ 1.3/generic_fns/structure/geometric.py Wed Jun 25 14:31:49 2008
@@ -189,7 +189,7 @@
         ########
 
         # Test if the diffusion tensor data is loaded.
-        if not hasattr(pipe, 'diff'):
+        if not hasattr(pipe, 'diff_tensor'):
             raise RelaxNoTensorError, 'diffusion'
 
         # Test if a structure has been loaded.




Related Messages


Powered by MHonArc, Updated Wed Jun 25 15:00:29 2008