kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Get a line for the simulator field of interest with all template substitutions performed (Requires the template map is closed). More...
Public Member Functions | |
recursive subroutine | kim_simulator_model_get_simulator_field_line (simulator_model_handle, field_index, line_index, line_value, ierr) |
Get a line for the simulator field of interest with all template substitutions performed (Requires the template map is closed). | |
Get a line for the simulator field of interest with all template substitutions performed (Requires the template map is closed).
Definition at line 196 of file kim_simulator_model_module.f90.
recursive subroutine kim_simulator_model_module::kim_get_simulator_field_line::kim_simulator_model_get_simulator_field_line | ( | type(kim_simulator_model_handle_type), intent(in) | simulator_model_handle, |
integer(c_int), intent(in), value | field_index, | ||
integer(c_int), intent(in), value | line_index, | ||
character(len=*, kind=c_char), intent(out) | line_value, | ||
integer(c_int), intent(out) | ierr | ||
) |
Get a line for the simulator field of interest with all template substitutions performed (Requires the template map is closed).
Definition at line 679 of file kim_simulator_model_module.f90.