Finalise the container layer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(container_layer_type), | intent(inout) | :: | this |
module subroutine finalise_container_layer(this) !! Finalise the container layer implicit none class(container_layer_type), intent(inout) :: this if(allocated(this%layer)) deallocate(this%layer) end subroutine finalise_container_layer