Problem 1527

Summary: [G4GenericMessenger] Typo in header invalidates protection against double inclusion
Product: Geant4 Reporter: Nicola Mori <mori>
Component: intercomsAssignee: Koichi Murakami <Koichi.Murakami>
Status: RESOLVED FIXED    
Severity: trivial CC: mori
Priority: P5    
Version: 9.6   
Hardware: All   
OS: All   

Description Nicola Mori 2013-10-10 11:33:53 CEST
In G4GenericMessenger.hh there is a small typo which invalidates the protection against double inclusion:

   #ifndef G4GenericMessenger_h
   #define G4GenericMmessenger_h 1
                     ^
Comment 1 Gabriele Cosmo 2014-04-16 09:24:10 CEST
Thanks for reporting this and sorry for the delayed reply...
The fix is now included and will be part of a future patch/release.