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