kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Destroy a previously Model::ComputeArgumentsCreate'd object. More...
Public Member Functions | |
recursive subroutine | kim_model_compute_arguments_destroy (model_handle, compute_arguments_handle, ierr) |
Destroy a previously Model::ComputeArgumentsCreate'd object. | |
Destroy a previously Model::ComputeArgumentsCreate'd object.
Definition at line 161 of file kim_model_module.f90.
recursive subroutine kim_model_module::kim_compute_arguments_destroy::kim_model_compute_arguments_destroy | ( | type(kim_model_handle_type), intent(in) | model_handle, |
type(kim_compute_arguments_handle_type), intent(inout) | compute_arguments_handle, | ||
integer(c_int), intent(out) | ierr ) |
Destroy a previously Model::ComputeArgumentsCreate'd object.
A Fortran PM must provide a KIM::MODEL_ROUTINE_NAME::ComputeArgumentsDestroy routine. The interface for this is given here (see also KIM::ModelComputeArgumentsDestroyFunction, KIM_ModelComputeArgumentsDestroyFunction).
Definition at line 796 of file kim_model_module.f90.