|
[Rivet-svn] r3618 - trunk/include/Rivet/Mathblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Mar 16 17:49:40 GMT 2012
Author: buckley Date: Fri Mar 16 17:49:40 2012 New Revision: 3618 Log: include/Rivet/Math/MathHeader.hh: Using unnamespaced std::isnan and std::isinf as standard. Modified: trunk/include/Rivet/Math/MathHeader.hh Modified: trunk/include/Rivet/Math/MathHeader.hh ============================================================================== --- trunk/include/Rivet/Math/MathHeader.hh Fri Mar 16 17:48:49 2012 (r3617) +++ trunk/include/Rivet/Math/MathHeader.hh Fri Mar 16 17:49:40 2012 (r3618) @@ -37,6 +37,8 @@ using std::min; using std::max; using std::abs; + using std::isnan; + using std::isinf; const double MAXDOUBLE = std::numeric_limits<double>::max(); const double MAXINT = std::numeric_limits<int>::max();
More information about the Rivet-svn mailing list |