#include "implicit_f.inc"
#include "sphcom.inc"
Go to the source code of this file.
|
| subroutine | spback3 (sig, qvis, sti, ssp, wa, ssp_eq, die, nel, lft, llt, nft) |
◆ spback3()
| subroutine spback3 |
( |
| sig, |
|
|
| qvis, |
|
|
| sti, |
|
|
| ssp, |
|
|
| wa, |
|
|
| ssp_eq, |
|
|
| die, |
|
|
integer | nel, |
|
|
integer, intent(inout) | lft, |
|
|
integer, intent(inout) | llt, |
|
|
integer, intent(inout) | nft ) |
Definition at line 28 of file spback3.F.
32
33
34
35#include "implicit_f.inc"
36
37
38
39#include "sphcom.inc"
40
41
42
43 INTEGER, INTENT(INOUT) :: LFT
44 INTEGER, INTENT(INOUT) :: LLT
45 INTEGER, INTENT(INOUT) :: NFT
46 INTEGER NEL
47
49 . sig(nel,6),qvis(*),sti(*),ssp(*),wa(kwasph,*),
50 . ssp_eq(*),die(*)
51
52
53
54 INTEGER I,N
55
56
57
58 DO i=lft,llt
59 n=nft+i
60 wa(1,n)=sig(i,1)
61 wa(2,n)=sig(i,2)
62 wa(3,n)=sig(i,3)
63 wa(4,n)=sig(i,4)
64 wa(5,n)=sig(i,5)
65 wa(6,n)=sig(i,6)
66 wa(7,n)=sti(i)
67 wa(8,n)=ssp(i)
68
69
70 wa(9,n)=ssp_eq(i)
71
72 wa(15,n)=wa(15,n)+die(i)
73 ENDDO
74 RETURN