#include "implicit_f.inc"
#include "com01_c.inc"
#include "sphcom.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | delnumb0 (iparg, el2fa, nbf, inum, kxsp) |
◆ delnumb0()
| subroutine delnumb0 |
( |
integer, dimension(nparg,*) | iparg, |
|
|
integer, dimension(*) | el2fa, |
|
|
integer | nbf, |
|
|
integer, dimension(*) | inum, |
|
|
integer, dimension(nisp,*) | kxsp ) |
Definition at line 29 of file delnumb0.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37#include "com01_c.inc"
38#include "sphcom.inc"
39#include "param_c.inc"
40
41
42
43 INTEGER IPARG(NPARG,*),EL2FA(*),INUM(*),KXSP(NISP,*),NBF
44
45 INTEGER I,N,NFT,NG, ITY, LFT, LLT, NEL, NN1
46
47 nn1 = 1
48 DO 490 ng=1,ngroup
49 nel =iparg(2,ng)
50 nft =iparg(3,ng)
51 ity =iparg(5,ng)
52 lft=1
53 llt=nel
54
55 IF(ity==51)THEN
56
57
58
59 DO i=lft,llt
60 n = i + nft
61 IF(el2fa(nn1+n)/=0)THEN
62 inum(el2fa(nn1+n)) = kxsp(nisp,n)
63 ENDIF
64 ENDDO
65 ELSE
66 ENDIF
67 490 CONTINUE
68
70
71
72 RETURN
void write_i_c(int *w, int *len)