|
[Rivet-svn] r2415 - trunk/include/Rivet/Mathblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Apr 26 12:08:26 BST 2010
Author: dgrell Date: Mon Apr 26 12:11:03 2010 New Revision: 2415 Log: Syntax fix for gcc-4.5 compatibility. Modified: trunk/include/Rivet/Math/Matrix3.hh Modified: trunk/include/Rivet/Math/Matrix3.hh ============================================================================== --- trunk/include/Rivet/Math/Matrix3.hh Fri Apr 23 21:11:02 2010 (r2414) +++ trunk/include/Rivet/Math/Matrix3.hh Mon Apr 26 12:11:03 2010 (r2415) @@ -14,7 +14,7 @@ public: Matrix3() { } - Matrix3(const Matrix<3>& m3) : Matrix<3>::Matrix<3>(m3) { } + Matrix3(const Matrix<3>& m3) : Matrix<3>::Matrix(m3) { } Matrix3(const Vector3& axis, const double angle) { const Vector3 normaxis = axis.unit();
More information about the Rivet-svn mailing list |