mailr3374 - in /1.2: ./ 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 25, 2007 - 10:11:
Author: bugman
Date: Thu Oct 25 10:11:30 2007
New Revision: 3374

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

........
  r3372 | bugman | 2007-10-25 10:09:20 +0200 (Thu, 25 Oct 2007) | 8 lines
  
  Fix for bug #10189 (https://gna.org/bugs/?10189).
  
  This bug was reported by Douglas Kojetin (douglas dot kojetin att gmail dot 
com).
  
  The problem was that the 'latex_mf_table.py' sample script was trying to 
write to the results file
  the 'res' variable which was not defined anywhere in the script!!!
........

Modified:
    1.2/   (props changed)
    1.2/sample_scripts/latex_mf_table.py

Propchange: 1.2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Oct 25 10:11:30 2007
@@ -1,1 +1,1 @@
-/1.3:1-2505,2941,2947,2950,2974,2976,2979,2984,2988,3076,3083-3084,3087,3117,3299,3309,3312,3314,3318,3345
+/1.3:1-2505,2941,2947,2950,2974,2976,2979,2984,2988,3076,3083-3084,3087,3117,3299,3309,3312,3314,3318,3345,3372

Modified: 1.2/sample_scripts/latex_mf_table.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sample_scripts/latex_mf_table.py?rev=3374&r1=3373&r2=3374&view=diff
==============================================================================
--- 1.2/sample_scripts/latex_mf_table.py (original)
+++ 1.2/sample_scripts/latex_mf_table.py Thu Oct 25 10:11:30 2007
@@ -147,7 +147,7 @@
 
             # The residue is not selected.
             if not data.select:
-                self.file.write(res + "\\\n")
+                self.file.write("\\\n")
 
             # The model-free model.
             self.file.write("$%s$ & " % data.model)




Related Messages


Powered by MHonArc, Updated Thu Oct 25 23:00:18 2007