kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Get the KIM::CollectionItemType of the item in the KIM API collections with a specific name. More...
Public Member Functions | |
recursive subroutine | kim_collections_get_item_type (collections_handle, item_name, item_type, ierr) |
Get the KIM::CollectionItemType of the item in the KIM API collections with a specific name. | |
Get the KIM::CollectionItemType of the item in the KIM API collections with a specific name.
Definition at line 107 of file kim_collections_module.f90.
recursive subroutine kim_collections_module::kim_get_item_type::kim_collections_get_item_type | ( | type(kim_collections_handle_type), intent(in) | collections_handle, |
character(len=*, kind=c_char), intent(in) | item_name, | ||
type(kim_collection_item_type_type), intent(out) | item_type, | ||
integer(c_int), intent(out) | ierr ) |
Get the KIM::CollectionItemType of the item in the KIM API collections with a specific name.
Definition at line 404 of file kim_collections_module.f90.