Geant4.10
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4.10.00.p01
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
status
int status
Definition:
tracer.cxx:24
Generated on Wed Apr 30 2014 15:54:42 for Geant4.10 by
1.8.7