finalize_6d Subroutine

private pure elemental subroutine finalize_6d(me)

Finalizer for bspline_6d class. Just a wrapper for destroy_6d.

Arguments

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

Calls

proc~~finalize_6d~~CallsGraph proc~finalize_6d bspline_oo_module::finalize_6d proc~destroy_6d bspline_oo_module::bspline_6d%destroy_6d proc~finalize_6d->proc~destroy_6d

Source Code

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