Destructor for contents of the base bspline_class class. (this routine is called by the extended classes).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bspline_class), | intent(inout) | :: | me |
pure subroutine destroy_base(me) implicit none class(bspline_class),intent(inout) :: me me%inbvx = 1_ip me%iflag = 1_ip me%initialized = .false. me%extrap = .false. end subroutine destroy_base