36
37
38
39 USE intbufdef_mod
40
41
42
43#include "implicit_f.inc"
44#include "comlock.inc"
45
46
47
48#include "com08_c.inc"
49
50
51
52 INTEGER,INTENT(INOUT) ::
53 INTEGER IPARI(*), ITASK, NIN,COUNT_REMSLV(*)
54
56 . x(*), v(3,*)
57 TYPE(INTBUF_STRUCT_) INTBUF_TAB
58
59
60
61 INTEGER NOINT, I_STOK,CT
62
64 . startt, gap, stopt
65
66
67
68
69
70
71
72
73
74
75 noint =ipari(15)
76
77 startt=intbuf_tab%VARIABLES(3)
78 stopt =intbuf_tab%VARIABLES(11)
79 gap =intbuf_tab%VARIABLES(2)
80 IF(startt>tt) RETURN
81 IF(tt>stopt) RETURN
82
83
84
85
86
87 i_stok = intbuf_tab%I_STOK(1)
89 1intbuf_tab%NSV,intbuf_tab%CAND_E,intbuf_tab%CAND_N,x ,i_stok ,
90 2intbuf_tab%IRECTM,gap ,intbuf_tab%GAP_S,intbuf_tab%GAP_M,ipari(21) ,
91 3itask ,nin ,ipari(5) ,intbuf_tab%STFNS,intbuf_tab%STFM,
92 4count_remslv , lskyi_sms_new)
93
94
95 RETURN
subroutine i10optcd(nsv, cand_e, cand_n, x, i_stok, irect, gap, gap_s, gap_m, igap, itask, nin, nsn, stfn, stf, count_remslv, lskyi_sms_new)