get_ndim Function

private elemental function get_ndim(this)

Type Bound

lattice

Arguments

Type IntentOptional Attributes Name
class(lattice), intent(in) :: this

Return Value integer


Contents

Source Code


Source Code

    integer elemental function get_ndim(this)
        class(lattice), intent(in) :: this
        get_ndim = this%n_dim
    end function get_ndim