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_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
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 Wed Apr 30 2014 15:54:42 for Geant4.10 by
1.8.7