mailr9943 - /1.3/specific_fns/api_base.py


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

Header


Content

Posted by edward on November 24, 2009 - 19:08:
Author: bugman
Date: Tue Nov 24 19:08:56 2009
New Revision: 9943

URL: http://svn.gna.org/viewcvs/relax?rev=9943&view=rev
Log:
Fix for the specific analysis base API set_selected_sim() method.


Modified:
    1.3/specific_fns/api_base.py

Modified: 1.3/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/api_base.py?rev=9943&r1=9942&r2=9943&view=diff
==============================================================================
--- 1.3/specific_fns/api_base.py (original)
+++ 1.3/specific_fns/api_base.py Tue Nov 24 19:08:56 2009
@@ -691,6 +691,9 @@
         @type select_sim:   bool
         """
 
+        # Assume the default of a spin container.
+        spin = model_info
+
         # Set the array.
         spin.select_sim = deepcopy(select_sim)
 




Related Messages


Powered by MHonArc, Updated Tue Nov 24 19:20:02 2009