![]() |
f2k
Reference documentation for version 0.0
|
This module contains the subroutine that prints the f2k header to screen or other units. More...
Functions/Subroutines | |
subroutine, public | header (message, unit) |
Subroutine that prints the f2k header. More... | |
Variables | |
character(len=*), parameter, public | f2k_version = 'V0.0 Jan17' |
This module contains the subroutine that prints the f2k header to screen or other units.
subroutine, public f2k_header::header | ( | character ( len = * ), intent(in), optional | message, |
integer ( kind = 4 ), intent(in), optional | unit | ||
) |
Subroutine that prints the f2k header.
[in] | message | input message message |
[in] | unit | code for the output unit |
Definition at line 54 of file f2k_header.f90.
character ( len = * ), parameter, public f2k_header::f2k_version = 'V0.0 Jan17' |
Definition at line 35 of file f2k_header.f90.