Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fpm_model_t), | intent(in) | :: | model |
subroutine show_model(model)
! Prints a human readable representation of the Model
type(fpm_model_t), intent(in) :: model
print *, info_model(model)
end subroutine show_model