tblite
Light-weight tight-binding framework
|
Reallocate list of containers. More...
Public Member Functions | |
pure subroutine | resize_cache (list, n) |
Reallocate list of containers. | |
Reallocate list of containers.
pure subroutine tblite_container_cache::resize::resize_cache | ( | type(container_cache), dimension(:), intent(inout), allocatable | list, |
integer, intent(in), optional | n ) |
Reallocate list of containers.
[in,out] | list | Instance of the array to be resized |
[in] | n | Dimension of the final array size |