(git:58e3e09)
molecule_list_types.F File Reference

Go to the source code of this file.

Modules

module  molecule_list_types
 represent a simple array based list of the given type
 

Functions/Subroutines

subroutine, public molecule_list_types::molecule_list_create (list, els_ptr, owns_els, n_els)
 creates a list More...
 
subroutine, public molecule_list_types::molecule_list_retain (list)
 retains a list (see doc/ReferenceCounting.html) More...
 
subroutine, public molecule_list_types::molecule_list_release (list)
 releases a list (see doc/ReferenceCounting.html) More...