Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ps_t), | intent(inout) | :: | ps | |||
character(len=*), | intent(in) | :: | version |
subroutine ps_SetPSMLVersion(ps,version)
type(ps_t), intent(inout) :: ps
character(len=*), intent(in) :: version
ps%version = version
end subroutine ps_SetPSMLVersion