[Rivet-svn] r3917 - branches/2012-06-aidarivet/src/Core

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Aug 24 15:44:23 BST 2012


Author: hoeth
Date: Fri Aug 24 15:44:23 2012
New Revision: 3917

Log:
merge r3897 from trunk. trunk and branches/2012-06-aidarivet are now in sync again.

Modified:
   branches/2012-06-aidarivet/src/Core/Event.cc

Modified: branches/2012-06-aidarivet/src/Core/Event.cc
==============================================================================
--- branches/2012-06-aidarivet/src/Core/Event.cc	Fri Aug 24 15:43:10 2012	(r3916)
+++ branches/2012-06-aidarivet/src/Core/Event.cc	Fri Aug 24 15:44:23 2012	(r3917)
@@ -73,17 +73,17 @@
 
     // Use Rivet's preferred units if possible
     #ifdef HEPMC_HAS_UNITS
-    if (_genEvent.momentum_unit()!=HepMC::Units::GEV ||
-        _genEvent.length_unit()!=HepMC::Units::MM) {
+    if (_genEvent.momentum_unit() != HepMC::Units::GEV ||
+        _genEvent.length_unit() != HepMC::Units::MM) {
       if (!_modGenEvent) _modGenEvent = new GenEvent(ge);
       _modGenEvent->use_units(HepMC::Units::GEV, HepMC::Units::MM);
     }
     #endif
- 
+
     // Use the conventional alignment
     _geNormAlignment();
 
-    // Debug printout to check that copying/magling has worked
+    // Debug printout to check that copying/mangling has worked
     //_genEvent.print();
   }
 


More information about the Rivet-svn mailing list