Skip to main content

Deallocate

Deallocate the memory occupied by the object.

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