Problem 2119 - Missing include in G4BlineTracer.cc
Summary: Missing include in G4BlineTracer.cc
Status: RESOLVED FIXED
Alias: None
Product: Examples/Extended
Classification: Unclassified
Component: field/BlineTracer (show other problems)
Version: 10.4
Hardware: All All
: P4 minor
Assignee: Laurent Desorgher
URL:
Depends on:
Blocks:
 
Reported: 2019-01-17 21:15 CET by James
Modified: 2019-01-18 09:44 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 James 2019-01-17 21:15:47 CET
Problem:
The file "field/BlineTracer/src/G4BlineTracer.cc" is missing an include directive for "G4MagIntegratorDriver.hh"

This is required to instantiate/use objects of type `G4MagInt_Driver` which happens within the file in several places

Solution:
Add #include "G4MagIntegratorDriver.hh" within the includes region of the file.
Comment 1 Gabriele Cosmo 2019-01-18 09:44:22 CET
Thanks for reposting this.
The problem is already fixed in release 10.5.