OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
inimsg.F File Reference
#include "implicit_f.inc"
#include "starter_message_description.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine ini_msg ()

Function/Subroutine Documentation

◆ ini_msg()

subroutine ini_msg

Definition at line 30 of file inimsg.F.

31 USE message_mod
32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C D u m m y A r g u m e n t s
38C-----------------------------------------------
39 INTEGER I
40C-----------------------------------------------
41C L o c a l V a r i a b l e s
42C-----------------------------------------------
43#include "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