Set the base name of file to read
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eulerian_set), | intent(inout) | :: | this |
An Eulerian Set |
||
| character(len=*), | intent(in) | :: | name |
Name of file |
pure subroutine eulerian_set_SetReadFileName(this,name) !> Set the base name of file to read implicit none class(eulerian_set), intent(inout) :: this !! An Eulerian Set character(len=*), intent(in) :: name !! Name of file this%read_file=name return end subroutine eulerian_set_SetReadFileName