mailr14338 - /1.3/specific_fns/model_free/molmol.py


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

Header


Content

Posted by edward on August 11, 2011 - 10:20:
Author: bugman
Date: Thu Aug 11 10:20:12 2011
New Revision: 14338

URL: http://svn.gna.org/viewcvs/relax?rev=14338&view=rev
Log:
Fix for the molmol macro of the ts parameter, the spin container variable was 
spelt incorrectly.


Modified:
    1.3/specific_fns/model_free/molmol.py

Modified: 1.3/specific_fns/model_free/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/molmol.py?rev=14338&r1=14337&r2=14338&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/molmol.py (original)
+++ 1.3/specific_fns/model_free/molmol.py Thu Aug 11 10:20:12 2011
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2009 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2011 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -316,7 +316,7 @@
             # Loop over the spins.
             for spin, mol_name, res_num, res_name in spin_loop(spin_id, 
full_info=True):
                 # Skip deselected spins.
-                if not spins.select:
+                if not spin.select:
                     continue
 
                 # Skip spins which don't have a ts value.




Related Messages


Powered by MHonArc, Updated Thu Aug 11 10:40:01 2011