subtract Module Procedure

module procedure subtract module function subtract(this, rhs) result(difference)

Arguments

Type IntentOptional AttributesName
class(structured_grid), intent(in) :: this
class(structured_grid), intent(in) :: rhs

Return Value class(structured_grid), allocatable


Called by

proc~~subtract~2~~CalledByGraph proc~subtract~2 subtract interface~subtract~2 subtract interface~subtract~2->proc~subtract~2

Contents

None