36
37
38
40
41
42
43#include "implicit_f.inc"
44
45
46
47 INTEGER IKAD(0:*),
48 . KINTER,,INVERS,INTCH_IFOP,INTCH_ITOP
49 CHARACTER KEY0(*)*5
50
51
52
53#include "units_c.inc"
54
55
56
57
58
59
60
61 INTEGER N, K,NS,IKEY,IN
63 . ts,tf
64
65 k=1
66 ikey=kinter
67 DO 940 n=1,nintch
68 IF (n/=intch_ifop.AND.n/=intch_itop) THEN
69 CALL wriusc2(ikad(ikey)+k,1,key0(ikey))
70 IF(invers>=20)THEN
71 READ(iusc2,*,err=9990,END=9990)IN,NS,TS,tf
72 ELSE
73 READ(iusc2,*,err=9990,END=9990)IN,NS,ts
74 tf = ep30
75 ENDIF
76 k=k+2
77 WRITE(iin,'(2I8,1P2E16.9)')in,ns,ts,tf
78 ELSE
79 k=k+1
80 ENDIF
81940 CONTINUE
82
83 RETURN
84
85 9990 CONTINUE
86 CALL ancmsg(msgid=73,anmode=aninfo,
87 . c1=key0(ikey))
subroutine ancmsg(msgid, msgtype, anmode, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16, i17, i18, i19, i20, r1, r2, r3, r4, r5, r6, r7, r8, r9, c1, c2, c3, c4, c5, c6, c7, c8, c9, prmode)
subroutine wriusc2(irec, nbc, key0)