Skip to main content

Deallocate

Deallocate the memory occupied by an instance of quadrature point.

Interface

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