Problem 2041

Summary: Incorrect include guard in LXeWLSFiber
Product: Examples/Extended Reporter: m.w.hubbard
Component: optical/LXeAssignee: gum
Status: RESOLVED FIXED    
Severity: trivial CC: m.w.hubbard
Priority: P4    
Version: other   
Hardware: All   
OS: All   

Description m.w.hubbard 2018-03-06 13:23:45 CET
The #include guard for the header file LXeWLSFiber.hh is incorrect. The code currently uses LXeMainVolume_H which is identical to the guard used in LXeMainVolume.hh. A simple fix of a new guard should solve the issue, an example would be:

#ifndef LXeWLSFiber_H
#define LXeWLSFiber_H 1
.
.
.
#endif
Comment 1 gum 2018-03-06 16:13:21 CET
Fixed in tag: LXe-V10-04-00

Thanks!