#include "implicit_f.inc"
Go to the source code of this file.
|
| subroutine | i24stsecnd (ipari, stifint, intbuf_tab, sfac) |
◆ i24stsecnd()
| subroutine i24stsecnd |
( |
integer, dimension(*) | ipari, |
|
|
| stifint, |
|
|
type(intbuf_struct_) | intbuf_tab, |
|
|
| sfac ) |
Definition at line 31 of file i24stslav.F.
32
33
34
35 USE intbufdef_mod
36
37
38
39#include "implicit_f.inc"
40
41
42
43 INTEGER IPARI(*)
45 . stifint(*),sfac
46
47 TYPE() INTBUF_TAB
48
49
50
51 INTEGER NRTS, NRTM, NSN, NMN,
52 . I, J,NSN0,ITY,NSNE
54 . s
55
56
57
58 nsn =ipari(5)
59 ity = ipari(7)
60 nsne = ipari(55)
61 nsn0 = nsn - nsne
62 IF (sfac >zero) THEN
63 s = sfac
64 ELSE
65 s = one
66 END IF
67 DO i=1,nsn0
68 j=intbuf_tab%NSV(i)
69 IF(intbuf_tab%STFNS(i)/=zero)
70 . intbuf_tab%STFNS(i) = s*stifint(j)
71 ENDDO
72 IF (nsne > 0 ) THEN
73 CALL i24fics_ini(intbuf_tab%IRTSE ,nsne ,intbuf_tab%IS2SE ,intbuf_tab%NSV ,
74 1 intbuf_tab%IS2PT ,nsn ,intbuf_tab%STFNS )
75 END IF
76
77 RETURN
subroutine i24fics_ini(irtse, nsne, is2se, nsv, is2pt, nsn, fic_s)