EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
nextun6.F
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file nextun6.F
1
2
Function
nextun6
()
3
C Returns an unallocated FORTRAN i/o unit.
4
Logical
ex
5
C
6
Do
10
n
= 10, 300
7
INQUIRE
(
unit
=
n
, opened=ex)
8
If
(.NOT. ex)
then
9
nextun6
=
n
10
Return
11
Endif
12
10
Continue
13
stop
' There is no available I/O unit. '
14
C *************************
15
End
PEPSI
blob
master
pepsi
nextun6.F
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:57
using
1.8.2 with
EIC GitHub integration