Skip to main content

Deallocate

Deallocate the space occupied by the field.

Interface

INTERFACE
SUBROUTINE Deallocate( obj )
CLASS( AbstractMatrixField_ ), INTENT( INOUT ) :: obj
END SUBROUTINE Deallocate
END INTERFACE