Geant4_10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
source
examples
extended
hadronic
Hadr02
dpmjet2_5
g4dpmjet_open_fort6.f
Go to the documentation of this file.
1
subroutine
g4dpmjet_open_fort6
(namelen, opened, filename)
2
3
character*(*)
filename
4
integer
namelen
5
logical
opened
6
C
7
C ------------------------------------------------------------------------------
8
C
9
opened = .true.
10
open
(
unit
=6,
file
=filename(1:namelen),
status
=
"UNKNOWN"
,
11
& form=
"FORMATTED"
, err=1010)
12
13
return
14
15
1010 opened = .false.
16
return
17
18
end
19
g4dpmjet_open_fort6
subroutine g4dpmjet_open_fort6(namelen, opened, filename)
Definition:
g4dpmjet_open_fort6.f:1
HepGeom::BasicVector3D::unit
BasicVector3D< T > unit() const
Definition:
BasicVector3D.h:304
file
TFile * file
Definition:
comparison_ascii.C:5
status
int status
Definition:
tracer.cxx:24
Generated on Sat Dec 14 2013 14:33:26 for Geant4_10 by
1.8.5