[Rivet-svn] r3897 - trunk/src/Core

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Aug 14 21:43:52 BST 2012


Author: buckley
Date: Tue Aug 14 21:43:52 2012
New Revision: 3897

Log:
Just code cosmetics

Modified:
   trunk/src/Core/Event.cc

Modified: trunk/src/Core/Event.cc
==============================================================================
--- trunk/src/Core/Event.cc	Thu Aug  9 15:37:14 2012	(r3896)
+++ trunk/src/Core/Event.cc	Tue Aug 14 21:43:52 2012	(r3897)
@@ -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