f2k  Reference documentation for version 0.0
Functions/Subroutines | Variables
f2k_header Module Reference

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'
 

Detailed Description

This module contains the subroutine that prints the f2k header to screen or other units.

Author
Marco Raveri

Function/Subroutine Documentation

subroutine, public f2k_header::header ( character ( len = * ), intent(in), optional  message,
integer ( kind = 4 ), intent(in), optional  unit 
)

Subroutine that prints the f2k header.

Author
Marco Raveri
Date
02 January 2017
Todo:
Parameters
[in]messageinput message message
[in]unitcode for the output unit

Definition at line 54 of file f2k_header.f90.

Variable Documentation

character ( len = * ), parameter, public f2k_header::f2k_version = 'V0.0 Jan17'

Definition at line 35 of file f2k_header.f90.