mailr15185 - /branches/spec_api/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 January 19, 2012 - 09:48:
Author: bugman
Date: Thu Jan 19 09:48:14 2012
New Revision: 15185

URL: http://svn.gna.org/viewcvs/relax?rev=15185&view=rev
Log:
Added the 'select' and 'fixed' objects to the base SPIN_PARAM list.


Modified:
    branches/spec_api/specific_fns/api_base.py

Modified: branches/spec_api/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spec_api/specific_fns/api_base.py?rev=15185&r1=15184&r2=15185&view=diff
==============================================================================
--- branches/spec_api/specific_fns/api_base.py (original)
+++ branches/spec_api/specific_fns/api_base.py Thu Jan 19 09:48:14 2012
@@ -38,6 +38,10 @@
     # Class variables.
     SPIN_PARAMS = Param_list()
     GLOBAL_PARAMS = Param_list()
+
+    # Add some spin specific objects.
+    SPIN_PARAMS.add('select', desc='The spin selection flag')
+    SPIN_PARAMS.add('fixed', desc='The fixed flag')
 
 
     def back_calc_ri(self, spin_index=None, ri_id=None, ri_type=None, 
frq=None):




Related Messages


Powered by MHonArc, Updated Thu Jan 19 10:00:02 2012