@brief Destroy internal variables of functional @author Igor S. Gerasimov @date Dec, 2020 - Initial release - @date Dec, 2022 Pass local functional instead of global
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(functional_t), | intent(inout) | :: | functional |
subroutine libxc_destroy(functional) type(functional_t), intent(inout) :: functional call functional%destroy end subroutine libxc_destroy