mailr11670 - /1.3/data/diff_tensor.py


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

Header


Content

Posted by edward on November 17, 2010 - 17:01:
Author: bugman
Date: Wed Nov 17 17:01:24 2010
New Revision: 11670

URL: http://svn.gna.org/viewcvs/relax?rev=11670&view=rev
Log:
Fix for the updating of the rotation and tensor MC sim objects for the 
spheroidal diffusion.

This problem was only recently introduced.


Modified:
    1.3/data/diff_tensor.py

Modified: 1.3/data/diff_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/diff_tensor.py?rev=11670&r1=11669&r2=11670&view=diff
==============================================================================
--- 1.3/data/diff_tensor.py (original)
+++ 1.3/data/diff_tensor.py Wed Nov 17 17:01:24 2010
@@ -670,7 +670,7 @@
             deps = ()
             for dep_name in depends:
                 # Modify the dependency name.
-                if dep_name != 'type':
+                if dep_name not in ['type', 'spheroid_type']:
                     dep_name = dep_name+'_sim'
 
                 # Test if the MC sim object exists.




Related Messages


Powered by MHonArc, Updated Wed Nov 17 17:20:02 2010