finalize_5d Subroutine

private pure elemental subroutine finalize_5d(me)

Finalizer for bspline_5d class. Just a wrapper for destroy_5d.

Arguments

Type IntentOptional Attributes Name
type(bspline_5d), intent(inout) :: me

Calls

proc~~finalize_5d~~CallsGraph proc~finalize_5d bspline_oo_module::finalize_5d proc~destroy_5d bspline_oo_module::bspline_5d%destroy_5d proc~finalize_5d->proc~destroy_5d

Source Code

    pure elemental subroutine finalize_5d(me)
        type(bspline_5d),intent(inout) :: me; call me%destroy()
    end subroutine finalize_5d