my_close Subroutine

private impure elemental subroutine my_close(this, delete)

Close the file.

Type Bound

FileReader_t

Arguments

Type IntentOptional Attributes Name
class(FileReader_t), intent(inout) :: this
logical, intent(in), optional :: delete

Contents