[Rivet-svn] r3910 - branches/2012-06-aidarivet/include/Rivet/Math

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Aug 24 15:27:28 BST 2012


Author: hoeth
Date: Fri Aug 24 15:27:28 2012
New Revision: 3910

Log:
partial merge of r3847 from trunk

Modified:
   branches/2012-06-aidarivet/include/Rivet/Math/Vector4.hh

Modified: branches/2012-06-aidarivet/include/Rivet/Math/Vector4.hh
==============================================================================
--- branches/2012-06-aidarivet/include/Rivet/Math/Vector4.hh	Fri Aug 24 15:22:05 2012	(r3909)
+++ branches/2012-06-aidarivet/include/Rivet/Math/Vector4.hh	Fri Aug 24 15:27:28 2012	(r3910)
@@ -903,7 +903,7 @@
   //@{
 
   /// Render a 4-vector as a string.
-  inline const string toString(const FourVector& lv) {
+  inline std::string toString(const FourVector& lv) {
     ostringstream out;
     out << "("  << (fabs(lv.t()) < 1E-30 ? 0.0 : lv.t())
         << "; " << (fabs(lv.x()) < 1E-30 ? 0.0 : lv.x())


More information about the Rivet-svn mailing list