#include "implicit_f.inc"
#include "com04_c.inc"
#include "tabsiz_c.inc"
Go to the source code of this file.
|
| subroutine | intal4 (ipari, intbuf_tab, v, vg) |
◆ intal4()
| subroutine intal4 |
( |
integer, dimension(sipari) | ipari, |
|
|
type(intbuf_struct_) | intbuf_tab, |
|
|
| v, |
|
|
| vg ) |
Definition at line 32 of file intal4.F.
33
34
35
36 USE intbufdef_mod
37
38
39
40#include "implicit_f.inc"
41
42
43
44#include "com04_c.inc"
45#include "tabsiz_c.inc"
46
47
48
50 INTEGER IPARI(SIPARI)
51 TYPE(INTBUF_STRUCT_) INTBUF_TAB
52
53
54
55 INTEGER :: NSN
56
57
58
59 nsn=ipari(5)
60 CALL iqela3(v,vg,intbuf_tab%IRECTM,intbuf_tab%CSTS,intbuf_tab%NSV,intbuf_tab%IRTLM,intbuf_tab%MSR,nsn)
61
62 RETURN
subroutine iqela3(v, w, irect, crst, nsv, irtl, msr, nsn)