#include "implicit_f.inc"
#include "sphcom.inc"
Go to the source code of this file.
|
| subroutine | dsphcnt (nesph, nnsph, nesphg, nnsphg) |
◆ dsphcnt()
| subroutine dsphcnt |
( |
integer | nesph, |
|
|
integer | nnsph, |
|
|
integer | nesphg, |
|
|
integer | nnsphg ) |
Definition at line 28 of file dsphcnt.F.
29
30
31
32#include "implicit_f.inc"
33
34
35
36#include "sphcom.inc"
37
38
39
40 INTEGER NESPH, NNSPH, NESPHG, NNSPHG
41
42
43
44 IF (numsph+maxpjet==0) GOTO 100
45
46
47 nesph = nesph + numsph+maxpjet
48 nnsph = nnsph + 4*(numsph+maxpjet)
49
50 nesphg = nesph
51 nnsphg = nnsph
52
53 100 CONTINUE
54 RETURN