mailr7873 - /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 - 23:00:
Author: bugman
Date: Mon Oct 20 23:00:14 2008
New Revision: 7873

URL: http://svn.gna.org/viewcvs/relax?rev=7873&view=rev
Log:
Fix for the latex_mf_table.py sample script.  This matches the system test 
fix in r7872.


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=7873&r1=7872&r2=7873&view=diff
==============================================================================
--- 1.3/sample_scripts/latex_mf_table.py (original)
+++ 1.3/sample_scripts/latex_mf_table.py Mon Oct 20 23:00:14 2008
@@ -170,7 +170,7 @@
         # Loop over the spin systems.
         for spin, spin_id in spin_loop(return_id=True):
             # The spin ID string.
-            self.file.write("%-20s & " % (spin.name + `spin.num`))
+            self.file.write("%-20s & " % (spin_id))
 
             # The spin is not selected.
             if not spin.select:




Related Messages


Powered by MHonArc, Updated Mon Oct 20 23:40:03 2008