Skip to main content

Deallocate

Deallocate the memory occupied by an instance of DOF

Calling example:

CALL Deallocate(obj)

Interface

INTERFACE
MODULE PURE SUBROUTINE Deallocate(obj)
CLASS(DOF_), INTENT(INOUT) :: obj
END SUBROUTINE Deallocate
END INTERFACE