#include "implicit_f.inc"
#include "com01_c.inc"
#include "param_c.inc"
Go to the source code of this file.
◆ slagcnt()
| subroutine slagcnt |
( |
integer, dimension(nparg,*) | iparg, |
|
|
integer | nslag ) |
Definition at line 28 of file slagcnt.F.
29
30
31
32#include "implicit_f.inc"
33
34
35
36#include "com01_c.inc"
37#include "param_c.inc"
38
39
40
41 INTEGER IPARG(NPARG,*),NSLAG
42
43 INTEGER NG,NEL,ITY,IALEL
44
45 nslag=0
46 DO 10 ng=1,ngroup
47 nel =iparg(2,ng)
48 ity =iparg(5,ng)
49 ialel =iparg(7,ng)+iparg(11,ng)
50 IF(ity==1 .AND. ialel==0)nslag=nslag+nel
51 10 CONTINUE
52
53 RETURN