mailr7866 - /1.3/sample_scripts/latex_mf_table.py


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

Header


Content

Posted by edward on October 20, 2008 - 22:11:
Author: bugman
Date: Mon Oct 20 22:11:40 2008
New Revision: 7866

URL: http://svn.gna.org/viewcvs/relax?rev=7866&view=rev
Log:
Bug fix for the LaTeX table generating script.

This was identified by Tyler Reddy "TREDDY at dal dot ca" in the message at
https://mail.gna.org/public/relax-users/2008-10/msg00062.html (Message-id:
<20081020162741.yimh96r4oq2ow4w0@xxxxxxxxxx>).


Modified:
    1.3/sample_scripts/latex_mf_table.py

Modified: 1.3/sample_scripts/latex_mf_table.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/latex_mf_table.py?rev=7866&r1=7865&r2=7866&view=diff
==============================================================================
--- 1.3/sample_scripts/latex_mf_table.py (original)
+++ 1.3/sample_scripts/latex_mf_table.py Mon Oct 20 22:11:40 2008
@@ -168,7 +168,7 @@
         self.file.write("% The table body.\n")
 
         # Loop over the spin systems.
-        for spin, spin_id in spin_loop(return_id=True)
+        for spin, spin_id in spin_loop(return_id=True):
             # The spin ID string.
             self.file.write("%-20s & " % (spin.name + `spin.num`))
 




Related Messages


Powered by MHonArc, Updated Mon Oct 20 22:40:05 2008