kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Get the item's library file name and its KIM::Collection. More...
Public Member Functions | |
recursive subroutine | kim_collections_get_item_library_file_name_and_collection (collections_handle, item_type, item_name, file_name, collection, ierr) |
Get the item's library file name and its KIM::Collection. | |
Get the item's library file name and its KIM::Collection.
Definition at line 117 of file kim_collections_module.f90.
recursive subroutine kim_collections_module::kim_get_item_library_file_name_and_collection::kim_collections_get_item_library_file_name_and_collection | ( | type(kim_collections_handle_type), intent(in) | collections_handle, |
type(kim_collection_item_type_type), intent(in) | item_type, | ||
character(len=*, kind=c_char), intent(in) | item_name, | ||
character(len=*, kind=c_char), intent(out) | file_name, | ||
type(kim_collection_type), intent(out) | collection, | ||
integer(c_int), intent(out) | ierr ) |
Get the item's library file name and its KIM::Collection.
Definition at line 439 of file kim_collections_module.f90.