NUOPC_FreeFormatGetLine Subroutine

public subroutine NUOPC_FreeFormatGetLine(freeFormat, line, commentChar, lineString, tokenCount, tokenList, rc)

Arguments

Type IntentOptional Attributes Name
type(NUOPC_FreeFormat), intent(in) :: freeFormat
integer, intent(in) :: line
character(len=1), intent(in), optional :: commentChar
character(len=NUOPC_FreeFormatLen), intent(out), optional :: lineString
integer, intent(out), optional :: tokenCount
character(len=NUOPC_FreeFormatLen), intent(out), optional :: tokenList(:)
integer, intent(out), optional :: rc