Problem 267

Summary: XrayTelRunAction.cc does not compile on NT.
Product: Examples/Advanced Reporter: barrand
Component: xray_telescopeAssignee: Ramon.Nartallo
Status: RESOLVED INVALID    
Severity: normal    
Priority: P2    
Version: other   
Hardware: PC   
OS: Windows   

Description barrand 2001-06-20 08:47:31 CEST
In examples/advanced/xray_telescope/src/XrayTelRunAction.cc there
is a ios::app that should be a G4std::ios::app, the line
is the number 97 :
 G4std::ofstream outscat("detector.hist", ios::app);
Comment 1 Makoto.Asai 2001-06-20 10:06:59 CEST
This must be the problem of this particualr example.
But this example is assumed to be used only with Linux, and it is
stated in the readme.
Anyway, I reassign this report to the responsible person of this
example.
Comment 2 Ramon.Nartallo 2001-11-26 07:14:59 CET
This advanced example uses functionality only currently available in Linux.