subtract_arrays Interface

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

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: a
class(array_type), intent(in), target :: b

Return Value type(array_type),pointer