Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in), | optional | :: | suffix |
If passed then use as part of file suffix |
subroutine dump_response_to_file_local_nopass(suffix)
implicit none
!> If passed then use as part of file suffix
character(len=*), optional, intent(in) :: suffix
call dump_response_to_file_local(fieldmat, suffix)
end subroutine dump_response_to_file_local_nopass