mailr14150 - /branches/gui_testing/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on August 04, 2011 - 18:34:
Author: bugman
Date: Thu Aug  4 18:34:42 2011
New Revision: 14150

URL: http://svn.gna.org/viewcvs/relax?rev=14150&view=rev
Log:
Fix for the unit vector check in the model-free auto-analysis tab.


Modified:
    branches/gui_testing/gui/analyses/auto_model_free.py

Modified: branches/gui_testing/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_model_free.py?rev=14150&r1=14149&r2=14150&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_model_free.py (original)
+++ branches/gui_testing/gui/analyses/auto_model_free.py Thu Aug  4 18:34:42 
2011
@@ -393,7 +393,7 @@
                 missing.append(msg % ("proton type data", "value.set"))
 
             # Test if the unit vectors have been loaded.
-            if vector_check and (not hasattr(spin, 'unit_vect') or 
spin.unit_vect == None):
+            if vector_check and (not hasattr(spin, 'xh_vect') or 
spin.xh_vect == None):
                 missing.append(msg % ("unit vectors", "structure.vectors"))
 
         # Return the container and list of missing data.




Related Messages


Powered by MHonArc, Updated Thu Aug 04 19:00:01 2011