delete_special_splines Subroutine

private subroutine delete_special_splines(self)

Uses

Type Bound

eeq_base_type

Arguments

Type IntentOptional Attributes Name
class(eeq_base_type), intent(inout) :: self

Contents


Source Code

  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