#include "implicit_f.inc"
#include "starter_message_description.inc"
Go to the source code of this file.
◆ ini_msg()
Definition at line 30 of file inimsg.F.
32
33
34
35#include "implicit_f.inc"
36
37
38
39 INTEGER I
40
41
42
43# "starter_message_description.inc"
44 IMSG=0
45 IWARN=0
46 IERR=0
47 ALLOCATE(MESSAGESFILE(SMESSAGESFILE))
48 DO I=1,SMESSAGESFILE
49 MESSAGESFILE(I)=MESSAGESDATA(I)
50 END DO
51
52 ! Allocation is done in starter_message_description.inc
53 DEALLOCATE(MESSAGESDATA)
54 RETURN