dump_response_to_file_local_nopass Subroutine

private subroutine dump_response_to_file_local_nopass(suffix)

Arguments

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

If passed then use as part of file suffix


Contents


Source Code

  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