kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Determine if the Simulator has provided a non-NULL function pointer for a ComputeCallbackName of interest. More...
Public Member Functions | |
recursive subroutine | kim_model_compute_arguments_is_callback_present (model_compute_arguments_handle, compute_callback_name, present, ierr) |
Determine if the Simulator has provided a non-NULL function pointer for a ComputeCallbackName of interest. | |
Determine if the Simulator has provided a non-NULL function pointer for a ComputeCallbackName of interest.
Definition at line 141 of file kim_model_compute_arguments_module.f90.
recursive subroutine kim_model_compute_arguments_module::kim_is_callback_present::kim_model_compute_arguments_is_callback_present | ( | type(kim_model_compute_arguments_handle_type), intent(in) | model_compute_arguments_handle, |
type(kim_compute_callback_name_type), intent(in) | compute_callback_name, | ||
integer(c_int), intent(out) | present, | ||
integer(c_int), intent(out) | ierr | ||
) |
Determine if the Simulator has provided a non-NULL function pointer for a ComputeCallbackName of interest.
Definition at line 724 of file kim_model_compute_arguments_module.f90.