MOM6
mom_coms::operator(+) Interface Reference

Detailed Description

Definition at line 72 of file MOM_coms.F90.

Private functions

type(efp_type) function efp_plus (EFP1, EFP2)
 

Functions and subroutines

◆ efp_plus()

type(efp_type) function mom_coms::operator(+)::efp_plus ( type(efp_type), intent(in)  EFP1,
type(efp_type), intent(in)  EFP2 
)
private

Definition at line 552 of file MOM_coms.F90.

552  type(efp_type) :: efp_plus
553  type(efp_type), intent(in) :: efp1, efp2
554 
555  efp_plus = efp1
556 
557  call increment_ints(efp_plus%v(:), efp2%v(:))

The documentation for this interface was generated from the following file: