mailr16976 - /branches/interatomic/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 June 19, 2012 - 20:26:
Author: bugman
Date: Tue Jun 19 20:26:11 2012
New Revision: 16976

URL: http://svn.gna.org/viewcvs/relax?rev=16976&view=rev
Log:
The relax 1.2 model-free results file reading no longer creates the spin 
'attached_proton' variable.


Modified:
    branches/interatomic/specific_fns/model_free/results.py

Modified: branches/interatomic/specific_fns/model_free/results.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/interatomic/specific_fns/model_free/results.py?rev=16976&r1=16975&r2=16976&view=diff
==============================================================================
--- branches/interatomic/specific_fns/model_free/results.py (original)
+++ branches/interatomic/specific_fns/model_free/results.py Tue Jun 19 
20:26:11 2012
@@ -1078,7 +1078,7 @@
 
 
     def _set_xh_vect(self, spin_line, col, spin, spin_id1=None, 
spin_id2=None, verbosity=1):
-        """Set the XH unit vector and the attached proton name.
+        """Set the unit vectors.
 
         @param spin_line:   The line of data for a single spin.
         @type spin_line:    list of str
@@ -1111,11 +1111,6 @@
             # Set the vector.
             interatom[0].vector = vector
 
-        # The attached proton name.
-        spin.attached_proton = spin_line[col['pdb_proton']]
-        if spin.attached_proton == 'None':
-            spin.attached_proton = None
-
 
     def read_columnar_results(self, file_data, verbosity=1):
         """Read the columnar formatted model-free results file.




Related Messages


Powered by MHonArc, Updated Tue Jun 19 20:40:02 2012