mailr16513 - /branches/uf_redesign/specific_fns/api_objects.py


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

Header


Content

Posted by edward on May 29, 2012 - 16:03:
Author: bugman
Date: Tue May 29 16:03:27 2012
New Revision: 16513

URL: http://svn.gna.org/viewcvs/relax?rev=16513&view=rev
Log:
The 'select' global param can have a corresponding MC simulation structure.


Modified:
    branches/uf_redesign/specific_fns/api_objects.py

Modified: branches/uf_redesign/specific_fns/api_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/specific_fns/api_objects.py?rev=16513&r1=16512&r2=16513&view=diff
==============================================================================
--- branches/uf_redesign/specific_fns/api_objects.py (original)
+++ branches/uf_redesign/specific_fns/api_objects.py Tue May 29 16:03:27 2012
@@ -60,7 +60,7 @@
 
         # Add some spin specific objects.
         if self.spin_data:
-            self.add('select', scope='spin', desc='The spin selection flag', 
py_type=bool)
+            self.add('select', scope='spin', desc='The spin selection flag', 
py_type=bool, sim=True)
             self.add('fixed', scope='spin', desc='The fixed flag', 
py_type=bool)
 
 




Related Messages


Powered by MHonArc, Updated Tue May 29 16:20:02 2012