photo_raycast のPE escape closureが有効かを返す。
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(particle_species_spec), | intent(in) | :: | spec |
pure logical function photo_escape_model_enabled(spec) result(enabled) type(particle_species_spec), intent(in) :: spec enabled = trim(lower_ascii(spec%photo_escape_model)) /= 'none' end function photo_escape_model_enabled