mailr6290 - /1.3/specific_fns/model_free/results.py


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

Header


Content

Posted by edward on May 28, 2008 - 23:09:
Author: bugman
Date: Wed May 28 23:09:38 2008
New Revision: 6290

URL: http://svn.gna.org/viewcvs/relax?rev=6290&view=rev
Log:
Renamed __get_spin_container() to __get_spin_id().


Modified:
    1.3/specific_fns/model_free/results.py

Modified: 1.3/specific_fns/model_free/results.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/results.py?rev=6290&r1=6289&r2=6290&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/results.py (original)
+++ 1.3/specific_fns/model_free/results.py Wed May 28 23:09:38 2008
@@ -343,8 +343,8 @@
             self.relax.generic.diffusion_tensor.init(run=self.run, 
params=diff_params, angle_units='rad', spheroid_type=spheroid_type)
 
 
-    def __get_spin_container(self, spin_line, col, verbosity=1):
-        """Get the spin container corresponding to spin_line.
+    def __get_spin_id(self, spin_line, col, verbosity=1):
+        """Get the spin identification string corresponding to spin_line.
 
         @param spin_line:   The line of data for a single spin.
         @type spin_line:    list of str
@@ -372,7 +372,7 @@
             spin_name = spin_line[col['spin_name']]
 
         # Return the spin container.
-        return return_spin(generate_spin_id(mol_name, res_num, res_name, 
spin_num, spin_name))
+        return generate_spin_id(mol_name, res_num, res_name, spin_num, 
spin_name)
 
 
     def read_columnar_model_free_data(self):
@@ -839,7 +839,7 @@
             data_set = file_line[col['data_set']]
 
             # Get the spin container.
-            spin = self.__get_spin_container(file_line, col, verbosity)
+            spin_id = self.__get_spin_id(file_line, col, verbosity)
 
             # Backwards compatibility for the reading of the results file 
from versions 1.2.0 to 1.2.9.
             if len(file_line) == 4:




Related Messages


Powered by MHonArc, Updated Wed May 28 23:20:17 2008