Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(eeq_base_type), | intent(inout) | :: | self |
subroutine delete_special_splines(self)
use splines, only: delete_periodic_spline
implicit none
class(eeq_base_type), intent(in out) :: self
call delete_periodic_spline(self%rbound_spl)
end subroutine delete_special_splines