kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Get the Model's support and code for the requested SpeciesName. More...
Public Member Functions | |
recursive subroutine | kim_model_get_species_support_and_code (model_handle, species_name, species_is_supported, code, ierr) |
Get the Model's support and code for the requested SpeciesName. | |
Get the Model's support and code for the requested SpeciesName.
Definition at line 207 of file kim_model_module.f90.
recursive subroutine kim_model_module::kim_get_species_support_and_code::kim_model_get_species_support_and_code | ( | type(kim_model_handle_type), intent(in) | model_handle, |
type(kim_species_name_type), intent(in) | species_name, | ||
integer(c_int), intent(out) | species_is_supported, | ||
integer(c_int), intent(out) | code, | ||
integer(c_int), intent(out) | ierr | ||
) |
Get the Model's support and code for the requested SpeciesName.
Definition at line 1032 of file kim_model_module.f90.