read_blank Subroutine

public subroutine read_blank(read_unit, num_read)

Reads num_read lines from unit read_unit, not storing any information. If num_read is not supplied, read one line.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: read_unit
integer, intent(in), optional :: num_read