Set the directory containing the data files.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(shellig_type), | intent(inout) | :: | me | |||
character(len=*), | intent(in) | :: | dir |
subroutine set_data_file_dir(me, dir) class(shellig_type), intent(inout) :: me character(len=*), intent(in) :: dir me%igrf_dir = trim(dir) end subroutine set_data_file_dir