mailr7819 - /branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py


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

Header


Content

Posted by edward on October 19, 2008 - 15:43:
Author: bugman
Date: Sun Oct 19 15:43:46 2008
New Revision: 7819

URL: http://svn.gna.org/viewcvs/relax?rev=7819&view=rev
Log:
Renamed 'res_id' to 'spin_id'.


Modified:
    
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py

Modified: 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py?rev=7819&r1=7818&r2=7819&view=diff
==============================================================================
--- 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
 (original)
+++ 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
 Sun Oct 19 15:43:46 2008
@@ -166,7 +166,7 @@
 
         self.mf_map = {'init_params':None, 'param_set':None, 
'diff_type':None, 'diff_params':None, 'scaling_matrix':None, 'num_res':None, 
'equations':None, 'param_types':None, 'param_values':None, 'relax_data':None, 
'errors':None, 'bond_length':None, 'csa':None, 'num_frq':0, 'frq':None, 
'num_ri':None, 'remap_table':None, 'noe_r1_table':None, 'ri_labels':None, 
'gx':0, 'gh':0, 'g_ratio':0, 'h_bar':0, 'mu0':0, 'num_params':None, 
'vectors':None}
 
-        self.info_map = {'res_id':None, 'grid_size':1}
+        self.info_map = {'spin_id':None, 'grid_size':1}
 
 
     def build_mf(self):
@@ -305,9 +305,9 @@
 
 
     def set_minimise(self, **kwargs):
-        if 'res_id' in kwargs:
-           self.info_map['res_id'] = kwargs['res_id']
-           del kwargs['res_id']
+        if 'spin_id' in kwargs:
+           self.info_map['spin_id'] = kwargs['spin_id']
+           del kwargs['spin_id']
         if 'index' in kwargs:
            self.info_map['index'] = kwargs['index']
            del kwargs['index']




Related Messages


Powered by MHonArc, Updated Sun Oct 19 16:00:03 2008