| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sll_t_bsplines_non_uniform), | intent(inout) | :: | self |
non-uniform B-splines |
subroutine s_bsplines_non_uniform__free( self ) class(sll_t_bsplines_non_uniform), intent(inout) :: self deallocate( self % knots ) end subroutine s_bsplines_non_uniform__free