add_real2d Interface

interface
private module function add_real2d(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: a
real(kind=real32), intent(in), dimension(:,:) :: b

Return Value type(array_type),pointer