Problem 2084

Summary: G4ITFinder.hh and G4AllITFinder.hh have outdated header guards
Product: Geant4 Reporter: alantarx
Component: processes/electromagnetic/dnaAssignee: kara
Status: RESOLVED FIXED    
Severity: minor CC: incerti
Priority: P4    
Version: 10.4   
Hardware: All   
OS: All   

Description alantarx 2018-09-01 00:48:06 CEST
Instead of e.g. #ifndef G4ITFinder_hh in the header guards, the files in question have "Manager" in place of "Finder".  I assume this traces back to an earlier version.  I discovered this as I had need to include both of them in a project and got a forward declaration error.
Comment 1 Sebastien Incerti 2018-09-01 12:06:46 CEST
Thank you very much for this report, the fix will be included in the next release.

(In reply to alexander.h.henderson from comment #0)
> Instead of e.g. #ifndef G4ITFinder_hh in the header guards, the files in
> question have "Manager" in place of "Finder".  I assume this traces back to
> an earlier version.  I discovered this as I had need to include both of them
> in a project and got a forward declaration error.