combine_merge Interface

interface
private module subroutine combine_merge(this, input_list)

Arguments

Type IntentOptional Attributes Name
class(merge_layer_type), intent(inout) :: this

Instance of the layer

type(array_ptr_type), intent(in), dimension(:) :: input_list

Input values

Description

Combine two layers (forward)