kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Get the basename (file name without path) of a particular parameter file. The file is located in the SimulatorModel's parameter file directory. More...
Public Member Functions | |
recursive subroutine | kim_simulator_model_get_parameter_file_name (simulator_model_handle, index, parameter_file_name, ierr) |
Get the basename (file name without path) of a particular parameter file. The file is located in the SimulatorModel's parameter file directory. | |
Get the basename (file name without path) of a particular parameter file. The file is located in the SimulatorModel's parameter file directory.
Definition at line 239 of file kim_simulator_model_module.f90.
recursive subroutine kim_simulator_model_module::kim_get_parameter_file_name::kim_simulator_model_get_parameter_file_name | ( | type(kim_simulator_model_handle_type), intent(in) | simulator_model_handle, |
integer(c_int), intent(in) | index, | ||
character(len=*, kind=c_char), intent(out) | parameter_file_name, | ||
integer(c_int), intent(out) | ierr | ||
) |
Get the basename (file name without path) of a particular parameter file. The file is located in the SimulatorModel's parameter file directory.
Definition at line 818 of file kim_simulator_model_module.f90.