[Rivet-svn] r2097 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Nov 25 16:25:07 GMT 2009


Author: buckley
Date: Wed Nov 25 16:25:07 2009
New Revision: 2097

Log:
Removing spurious asFLAT() argument

Modified:
   trunk/pyext/lighthisto.py

Modified: trunk/pyext/lighthisto.py
==============================================================================
--- trunk/pyext/lighthisto.py	Wed Nov 25 16:05:08 2009	(r2096)
+++ trunk/pyext/lighthisto.py	Wed Nov 25 16:25:07 2009	(r2097)
@@ -316,7 +316,7 @@
                 self.yval, self.yerrplus, self.yerrminus)
         return out
 
-    def asFlat(self, gnuplot):
+    def asFlat(self):
         out = "%e\t%e\t%e\t%e\t%e" % (self.xlow, self.xhigh, self.yval, self.yerrminus, self.yerrplus)
         return out
 


More information about the Rivet-svn mailing list