#include "implicit_f.inc"
Go to the source code of this file.
|
| subroutine | i25stsecnd (ipari, stifint, intbuf_tab, sfac) |
◆ i25stsecnd()
| subroutine i25stsecnd |
( |
integer, dimension(*) | ipari, |
|
|
| stifint, |
|
|
type(intbuf_struct_) | intbuf_tab, |
|
|
| sfac ) |
Definition at line 29 of file i25stslav.F.
30
31
32
33 USE intbufdef_mod
34
35
36
37#include "implicit_f.inc"
38
39
40
41 INTEGER IPARI(*)
43 . stifint(*),sfac
44
45 TYPE(INTBUF_STRUCT_) INTBUF_TAB
46
47
48
49 INTEGER NRTS, NRTM, NSN, NMN, I, J
51 . s
52
53
54
55 nsn =ipari(5)
56 IF (sfac >zero) THEN
57 s = sfac
58 ELSE
59 s = one
60 END IF
61 DO i=1,nsn
62 j=intbuf_tab%NSV(i)
63 IF(intbuf_tab%STFNS(i)/=zero)
64 . intbuf_tab%STFNS(i) = s*stifint(j)
65 ENDDO
66
67 RETURN