kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Determine presence and required status of the given ModelRoutineName. More...
Public Member Functions | |
recursive subroutine | kim_model_is_routine_present (model_handle, model_routine_name, present, required, ierr) |
Determine presence and required status of the given ModelRoutineName. | |
Determine presence and required status of the given ModelRoutineName.
Definition at line 107 of file kim_model_module.f90.
recursive subroutine kim_model_module::kim_is_routine_present::kim_model_is_routine_present | ( | type(kim_model_handle_type), intent(in) | model_handle, |
type(kim_model_routine_name_type), intent(in) | model_routine_name, | ||
integer(c_int), intent(out) | present, | ||
integer(c_int), intent(out) | required, | ||
integer(c_int), intent(out) | ierr ) |
Determine presence and required status of the given ModelRoutineName.
Definition at line 492 of file kim_model_module.f90.