[Rivet-svn] r3073 - trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue May 3 12:46:49 BST 2011


Author: hoeth
Date: Tue May  3 12:46:49 2011
New Revision: 3073

Log:
make Jenkins even happier

Modified:
   trunk/src/Analyses/ATLAS_2010_S8994773.cc

Modified: trunk/src/Analyses/ATLAS_2010_S8994773.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2010_S8994773.cc	Tue May  3 12:21:17 2011	(r3072)
+++ trunk/src/Analyses/ATLAS_2010_S8994773.cc	Tue May  3 12:46:49 2011	(r3073)
@@ -111,7 +111,7 @@
 
     // Little helper function to identify Delta(phi) regions
     inline int region_index(double dphi) {
-      assert(inRange(dphi, 0, PI, CLOSED, CLOSED));
+      assert(inRange(dphi, 0.0, PI, CLOSED, CLOSED));
       if (dphi < PI/3.0) return 0;
       if (dphi < 2*PI/3.0) return 1;
       return 2;


More information about the Rivet-svn mailing list