destroy_shellig_type Subroutine

private subroutine destroy_shellig_type(me)

Destroy a shellig_type.

Type Bound

shellig_type

Arguments

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

Source Code

    subroutine destroy_shellig_type(me)
        class(shellig_type), intent(out) :: me
    end subroutine destroy_shellig_type