destroy_numdiff_type Subroutine

private subroutine destroy_numdiff_type(me)

destroy the numdiff_type class.

Type Bound

numdiff_type

Arguments

Type IntentOptional Attributes Name
class(numdiff_type), intent(out) :: me

Called by

proc~~destroy_numdiff_type~~CalledByGraph proc~destroy_numdiff_type numerical_differentiation_module::numdiff_type%destroy_numdiff_type program~test1 test1 program~test1->proc~destroy_numdiff_type program~test2 test2 program~test2->proc~destroy_numdiff_type

Source Code

    subroutine destroy_numdiff_type(me)

    implicit none

    class(numdiff_type),intent(out) :: me

    end subroutine destroy_numdiff_type