gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
hstnmlinfodefinemode.f90 File Reference

Checker of define mode of gtool_history_nmlinfo_types::GTHST_NMLINFO . More...

Go to the source code of this file.

Functions/Subroutines

logical function hstnmlinfodefinemode (gthstnml)

Detailed Description

Checker of define mode of gtool_history_nmlinfo_types::GTHST_NMLINFO

.

Author
Yasuhiro MORIKAWA

Definition in file hstnmlinfodefinemode.f90.

Function/Subroutine Documentation

◆ hstnmlinfodefinemode()

logical function hstnmlinfodefinemode ( type(gthst_nmlinfo), intent(in) gthstnml)

Check define mode of gtool_history_nmlinfo_types::GTHST_NMLINFO

If gthstnml is define mode, .true. is returned. If gthstnml is not define mode, .false. is returned.

Parameters
[in]gthstnmlgtool_history_nmlinfo_types::GTHST_NMLINFO 型変数
Returns
定義モードであれば .true.

Definition at line 31 of file hstnmlinfodefinemode.f90.

33 implicit none
34 type(GTHST_NMLINFO), intent(in):: gthstnml
35 continue
36 result = gthstnml % define_mode