Problem 1527 - [G4GenericMessenger] Typo in header invalidates protection against double inclusion
Summary: [G4GenericMessenger] Typo in header invalidates protection against double inc...
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: intercoms (show other problems)
Version: 9.6
Hardware: All All
: P5 trivial
Assignee: Koichi Murakami
URL:
Depends on:
Blocks:
 
Reported: 2013-10-10 11:33 CEST by Nicola Mori
Modified: 2014-04-16 09:24 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.