integrand_dimension_interface Abstract Interface

abstract interface

Abstract type bound procedures necessary for implementing a concrete extension of integrand_object.

private pure function integrand_dimension_interface(self) result(integrand_dimension)

Arguments

Type IntentOptional AttributesName
class(integrand_object), intent(in) :: self

Integrand.

Return Value integer(kind=I_P)

Integrand dimension.

Description

Return integrand dimension.