Skip to content

Commit

Permalink
Update generic/MAPL_Generic.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune authored Oct 22, 2021
1 parent f96756f commit 9e32b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/MAPL_Generic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4955,7 +4955,7 @@ subroutine MAPL_AddConnectivityE2E ( GC, SHORT_NAME, &

type(ESMF_GridComp), intent(INOUT) :: GC ! Gridded component
character (len=*), intent(IN ) :: SHORT_NAME
character (len=*), optional, intent(IN) :: TO_NAME: name in TO_EXPORT
character (len=*), optional, intent(IN) :: TO_NAME !name in TO_EXPORT
integer, intent(IN ) :: SRC_ID !FROM_EXPORT
integer, intent(IN ) :: TO_EXPORT
integer, optional, intent( OUT) :: RC ! Error code:
Expand Down

0 comments on commit 9e32b17

Please sign in to comment.