tblite
Light-weight tight-binding framework
|
Reallocate list of containers. More...
Public Member Functions | |
pure subroutine | resize_node (list, n) |
Reallocate list of containers. | |
Reallocate list of containers.
pure subroutine tblite_container_list::resize::resize_node | ( | type(container_node), 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 |