#include "implicit_f.inc"
Go to the source code of this file.
|
| subroutine | i7stsecnd (ipari, stifint, intbuf_tab) |
◆ i7stsecnd()
| subroutine i7stsecnd |
( |
integer, dimension(*) | ipari, |
|
|
| stifint, |
|
|
type(intbuf_struct_) | intbuf_tab ) |
Definition at line 29 of file i7stslav.F.
30
31
32
33 USE intbufdef_mod
34
35
36
37#include "implicit_f.inc"
38
39
40
41 INTEGER IPARI(*)
43 . stifint(*)
44
45 TYPE(INTBUF_STRUCT_) INTBUF_TAB
46
47
48
49 INTEGER NRTS, NRTM, NSN, NMN,
50 . I, J,
51 . INACTI,IGAP,MULTIMP,NSN0,ITY,NSNE,S
52
53
54
55 nsn =ipari(5)
56 DO i=1,nsn
57 j=intbuf_tab%NSV(i)
58 IF(intbuf_tab%STFNS(i)/=zero)
59 . intbuf_tab%STFNS(i) = stifint(j)
60 ENDDO
61
62 RETURN