kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Get the Model's base unit values. More...
Public Member Functions | |
recursive subroutine | kim_model_get_units (model_handle, length_unit, energy_unit, charge_unit, temperature_unit, time_unit) |
Get the Model's base unit values. | |
Get the Model's base unit values.
Definition at line 143 of file kim_model_module.f90.
recursive subroutine kim_model_module::kim_get_units::kim_model_get_units | ( | type(kim_model_handle_type), intent(in) | model_handle, |
type(kim_length_unit_type), intent(out) | length_unit, | ||
type(kim_energy_unit_type), intent(out) | energy_unit, | ||
type(kim_charge_unit_type), intent(out) | charge_unit, | ||
type(kim_temperature_unit_type), intent(out) | temperature_unit, | ||
type(kim_time_unit_type), intent(out) | time_unit | ||
) |
Get the Model's base unit values.
Definition at line 668 of file kim_model_module.f90.