print_whitespace Subroutine

public subroutine print_whitespace(lines)

Prints an empty line to the console. Only if logging level is 'warning' or above.

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: lines

amount of empty lines to print


Contents

None