mailr14339 - in /branches/gui_testing: ./ 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:33 2011
New Revision: 14339

URL: http://svn.gna.org/viewcvs/relax?rev=14339&view=rev
Log:
Merged revisions 14338 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r14338 | bugman | 2011-08-11 10:20:12 +0200 (Thu, 11 Aug 2011) | 3 lines
  
  Fix for the molmol macro of the ts parameter, the spin container variable 
was spelt incorrectly.
........

Modified:
    branches/gui_testing/   (props changed)
    branches/gui_testing/specific_fns/model_free/molmol.py

Propchange: branches/gui_testing/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Aug 11 10:20:33 2011
@@ -1,1 +1,1 @@
-/1.3:1-14336
+/1.3:1-14338

Modified: branches/gui_testing/specific_fns/model_free/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/specific_fns/model_free/molmol.py?rev=14339&r1=14338&r2=14339&view=diff
==============================================================================
--- branches/gui_testing/specific_fns/model_free/molmol.py (original)
+++ branches/gui_testing/specific_fns/model_free/molmol.py Thu Aug 11 
10:20:33 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.                                    
 #
 #                                                                            
 #
@@ -310,7 +310,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 11:00:01 2011