construct_AccumulatorAction Function

public function construct_AccumulatorAction(typekind) result(acc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_TypeKind_Flag), intent(in) :: typekind

Return Value type(AccumulatorAction)


Source Code

   function construct_AccumulatorAction(typekind) result(acc)
      type(AccumulatorAction) :: acc
      type(ESMF_TypeKind_Flag), intent(in) :: typekind

      acc%typekind = typekind

   end function construct_AccumulatorAction