10 IMPLICIT DOUBLE PRECISION(a-
h, o-
z)
15 common/
pydat1/mstu(200),paru(200),mstj(200),parj(200)
24 IF(mstu(25).EQ.1.AND.mstu(27).LE.mstu(26))
WRITE(mstu(11),5000)
25 & merr,mstu(31),chmess
28 ELSEIF(merr.LE.20)
THEN
29 IF(mstu(29).EQ.0) mstu(23)=mstu(23)+1
32 IF(mstu(21).GE.1.AND.mstu(23).LE.mstu(22))
WRITE(mstu(11),5100)
33 & merr-10,mstu(31),chmess
34 IF(mstu(21).GE.2.AND.mstu(23).GT.mstu(22))
THEN
35 WRITE(mstu(11),5100) merr-10,mstu(31),chmess
37 IF(merr.NE.17) CALL
pylist(2)
43 WRITE(mstu(11),5300) merr-20,mstu(31),chmess
48 5000
FORMAT(/5
x,
'Advisory warning type',
i2,
' given after',i9,
49 &
' PYEXEC calls:'/5
x,a)
50 5100
FORMAT(/5
x,
'Error type',
i2,
' has occured after',i9,
51 &
' PYEXEC calls:'/5
x,a)
52 5200
FORMAT(5
x,
'Execution will be stopped after listing of last ',
54 5300
FORMAT(/5
x,
'Fatal error type',
i2,
' has occured after',i9,
55 &
' PYEXEC calls:'/5
x,a/5
x,
'Execution will now be stopped!')