Clean up CLI args
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cli_args_type), | intent(inout) | :: | this |
subroutine cli_args_destroy(this) class(cli_args_type), intent(inout) :: this if (allocated(this%xyz_file)) deallocate (this%xyz_file) if (allocated(this%basis_name)) deallocate (this%basis_name) end subroutine cli_args_destroy