Problem 2119

Summary: Missing include in G4BlineTracer.cc
Product: Examples/Extended Reporter: James <jamesmatta>
Component: field/BlineTracerAssignee: Laurent Desorgher <laurent.desorgher>
Status: RESOLVED FIXED    
Severity: minor CC: jamesmatta
Priority: P4    
Version: 10.4   
Hardware: All   
OS: All   

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.