mailr15176 - /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 18, 2012 - 16:46:
Author: bugman
Date: Wed Jan 18 16:46:00 2012
New Revision: 15176

URL: http://svn.gna.org/viewcvs/relax?rev=15176&view=rev
Log:
Created the structural API GLOBAL_PARAMS structure.

This is also based on the Param_list object and is initialised in the base 
class for all analyses.


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=15176&r1=15175&r2=15176&view=diff
==============================================================================
--- branches/spec_api/specific_fns/api_base.py (original)
+++ branches/spec_api/specific_fns/api_base.py Wed Jan 18 16:46:00 2012
@@ -37,6 +37,7 @@
 
     # Class variables.
     SPIN_PARAMS = Param_list()
+    GLOBAL_PARAMS = Param_list()
 
 
     def back_calc_ri(self, spin_index=None, ri_id=None, ri_type=None, 
frq=None):




Related Messages


Powered by MHonArc, Updated Wed Jan 18 17:20:02 2012