Deallocate
Deallocate the data stored in the UserFunction
.
Interface
INTERFACE
MODULE SUBROUTINE auf_Deallocate(obj)
CLASS(UserFunction_), INTENT(INOUT) :: obj
END SUBROUTINE auf_Deallocate
END INTERFACE
Deallocate the data stored in the UserFunction
.
INTERFACE
MODULE SUBROUTINE auf_Deallocate(obj)
CLASS(UserFunction_), INTENT(INOUT) :: obj
END SUBROUTINE auf_Deallocate
END INTERFACE