Skip to content

Commit

Permalink
remove ws
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienpaulot committed Feb 12, 2025
1 parent 37c19a6 commit 98b8501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coupler/gex.F90
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
!!Two things need to happen:
!!
!!- At initialization, obtain index of exchanged field via:
!!
!!
!! GEX_INDEX = gex_get_index(SENDING_COMPONENT,RECEIVING_COMPONENT,GEX_NAME)
!!
!! Returns `NO_TRACER` if `gex_name` is not found
Expand Down Expand Up @@ -91,7 +91,7 @@
!!
!! gex_array(:,:,GEX_INDEX)
!!
!! `gex array` is an array that contains all exchanged fields in the receiving component.
!! `gex array` is an array that contains all exchanged fields in the receiving component.
!! It needs to be made available in the routine where the field of interest is needed
!!
!> @file
Expand Down

0 comments on commit 98b8501

Please sign in to comment.