assignment_real Abstract Interface

abstract interface

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

private pure subroutine assignment_real(lhs, rhs)

Arguments

Type IntentOptional AttributesName
class(integrand_object), intent(inout) :: lhs

Left hand side.

real(kind=R_P), intent(in) :: rhs(1:)

Right hand side.

Description

Symmetric assignment integrand = integrand.