mailr16975 - /branches/interatomic/data/mol_res_spin.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:24:
Author: bugman
Date: Tue Jun 19 20:24:51 2012
New Revision: 16975

URL: http://svn.gna.org/viewcvs/relax?rev=16975&view=rev
Log:
The MoleculeContainer XML backwards compatibility hook now deletes the spin 
'r_err' and 'r_sim' vars.


Modified:
    branches/interatomic/data/mol_res_spin.py

Modified: branches/interatomic/data/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/interatomic/data/mol_res_spin.py?rev=16975&r1=16974&r2=16975&view=diff
==============================================================================
--- branches/interatomic/data/mol_res_spin.py (original)
+++ branches/interatomic/data/mol_res_spin.py Tue Jun 19 20:24:51 2012
@@ -670,6 +670,10 @@
                     del spin.attached_proton
                 if hasattr(spin, 'r'):
                     del spin.r
+                if hasattr(spin, 'r_err'):
+                    del spin.r_err
+                if hasattr(spin, 'r_sim'):
+                    del spin.r_sim
                 if hasattr(spin, 'xh_vect'):
                     del spin.xh_vect
 




Related Messages


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