FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_msg_f.f90
Go to the documentation of this file.
1 !-------------------------------------------------------------------------------
2 ! Copyright (c) 2019 FrontISTR Commons
3 ! This software is released under the MIT License, see LICENSE.txt
4 !-------------------------------------------------------------------------------
6 
7 module hecmw_msg
8  ! use hecmw_util
9  use hecmw_msgno
10 
11 contains
12 
13  subroutine hecmw_strmsg(msgno, msg)
14  integer(kind=kint) :: msgno
15  character(len=HECMW_MSG_LEN) :: msg
16 
17  call hecmw_strmsg_if(msgno, msg)
18  end subroutine hecmw_strmsg
19 end module hecmw_msg
hecmw_msgno
Definition: hecmw_msgno_f.f90:1
hecmw_strmsg_if
void hecmw_strmsg_if(int *msgno, char *dst, int dstlen)
Definition: hecmw_msg.c:48
hecmw_msg::hecmw_strmsg
subroutine hecmw_strmsg(msgno, msg)
Definition: hecmw_msg_f.f90:14
hecmw_msg
I/O and Utility.
Definition: hecmw_msg_f.f90:7