read_textRecord Subroutine

public subroutine read_textRecord(filename, array)

TXTファイルを、全行読み込む。 1行あたりの文字数は引数に依存。

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename

ファイル名(パス)

character(len=*), intent(out), allocatable :: array(:)

文字列配列 要素数はallocatableだが、1要素あたりの文字数は予め指定


Called by

proc~~read_textrecord~~CalledByGraph proc~read_textrecord simpleFile_reader::read_textRecord proc~case_check caseName_m::case_check proc~case_check->proc~read_textrecord program~cube2usg CUBE2USG program~cube2usg->proc~read_textrecord program~dropletcount dropletCount program~dropletcount->proc~case_check program~main MAIN program~main->proc~case_check program~translate translate program~translate->proc~case_check

Contents