Problem 2041 - Incorrect include guard in LXeWLSFiber
Summary: Incorrect include guard in LXeWLSFiber
Status: RESOLVED FIXED
Alias: None
Product: Examples/Extended
Classification: Unclassified
Component: optical/LXe (show other problems)
Version: other
Hardware: All All
: P4 trivial
Assignee: gum
URL:
Depends on:
Blocks:
 
Reported: 2018-03-06 13:23 CET by m.w.hubbard
Modified: 2018-03-08 08:27 CET (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 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!