#include "implicit_f.inc"
#include "com01_c.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 30 of file dsphcnt.F.
31
32
33
34#include "implicit_f.inc"
35
36
37
38#include "com01_c.inc"
39#include "sphcom.inc"
40
41
42
43 INTEGER NESPH, NNSPH, NESPHG, NNSPHG
44
45
46
47 IF (numsph+maxpjet==0) GOTO 100
48
49
50 nesph = nesph + numsph+maxpjet
51 nnsph = nnsph + 4*(numsph+maxpjet)
52
53 nesphg = nesph
54 nnsphg = nnsph
55
56 IF (nspmd > 1) THEN
59 ENDIF
60
61 100 CONTINUE
62 RETURN
subroutine spmd_glob_isum9(v, len)