[Rivet-svn] r1938 - trunk/src/Projections

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Oct 19 16:20:22 BST 2009


Author: buckley
Date: Mon Oct 19 16:20:22 2009
New Revision: 1938

Log:
Fixing what I assume was a typo... thank you Hudson for being anally retentive about compiler warning messages ;)

Modified:
   trunk/src/Projections/MergedFinalState.cc

Modified: trunk/src/Projections/MergedFinalState.cc
==============================================================================
--- trunk/src/Projections/MergedFinalState.cc	Mon Oct 19 16:15:25 2009	(r1937)
+++ trunk/src/Projections/MergedFinalState.cc	Mon Oct 19 16:20:22 2009	(r1938)
@@ -28,7 +28,7 @@
       bool notfound = true;
       foreach (const Particle& pa, fsa.particles()){
         const GenParticle* originala = &(pa.genParticle());
-        if (originala = originalb) {
+        if (originala == originalb) {
           notfound = false;
           break;
         }


More information about the Rivet-svn mailing list