kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Add a new key-value entry to the template map. More...
Public Member Functions | |
recursive subroutine | kim_simulator_model_add_template_map (simulator_model_handle, key, value, ierr) |
Add a new key-value entry to the template map. | |
Add a new key-value entry to the template map.
Definition at line 156 of file kim_simulator_model_module.f90.
recursive subroutine kim_simulator_model_module::kim_add_template_map::kim_simulator_model_add_template_map | ( | type(kim_simulator_model_handle_type), intent(in) | simulator_model_handle, |
character(len=*, kind=c_char), intent(in) | key, | ||
character(len=*, kind=c_char), intent(in) | value, | ||
integer(c_int), intent(out) | ierr ) |
Add a new key-value entry to the template map.
Definition at line 550 of file kim_simulator_model_module.f90.