kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Set the function pointer for a ComputeCallbackName. More...
Public Member Functions | |
recursive subroutine | kim_compute_arguments_set_callback_pointer (compute_arguments_handle, compute_callback_name, language_name, fptr, data_object, ierr) |
Set the function pointer for a ComputeCallbackName. | |
Set the function pointer for a ComputeCallbackName.
Definition at line 131 of file kim_compute_arguments_module.f90.
recursive subroutine kim_compute_arguments_module::kim_set_callback_pointer::kim_compute_arguments_set_callback_pointer | ( | type(kim_compute_arguments_handle_type), intent(in) | compute_arguments_handle, |
type(kim_compute_callback_name_type), intent(in) | compute_callback_name, | ||
type(kim_language_name_type), intent(in) | language_name, | ||
type(c_funptr), intent(in), value | fptr, | ||
type(c_ptr), intent(in) | data_object, | ||
integer(c_int), intent(out) | ierr ) |
Set the function pointer for a ComputeCallbackName.
Definition at line 631 of file kim_compute_arguments_module.f90.