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
dvnopt.F
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file dvnopt.F
1
2
C **********************************************************************
3
4
SUBROUTINE
dvnopt
5
6
IMPLICIT NONE
7
8
C...Change of default options in DIVONNE
9
10
COMMON
/
print
/ iprdiv
11
INTEGER
iprdiv
12
13
COMMON
/lpflag/ lst3
14
INTEGER
lst3
15
SAVE
/lpflag/
16
17
18
iprdiv=0
19
IF
(lst3.GE.2) iprdiv=1000
20
IF
(lst3.GE.4) iprdiv=10
21
IF
(lst3.GE.4)
WRITE
(6,1000) iprdiv
22
RETURN
23
1000
FORMAT
(5
x
,
'DIVON4 print flag changed: IPRDIV ='
,i5)
24
END
PEPSI
blob
master
pepsi
dvnopt.F
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:56
using
1.8.2 with
EIC GitHub integration