Skip to content

Commit

Permalink
API doc corrections after review.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Nov 3, 2023
1 parent b15d190 commit 08eb85e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/Infrastructure/Array/interface/ESMF_ArrayCreate.cppF90
Original file line number Diff line number Diff line change
Expand Up @@ -3918,13 +3918,13 @@ TypeKindRankDeclarationMacro(ArrayCreateAsmdSpArbI8)
! By default use the DELayout defined in {\tt distgrid}.
! \item[{[trailingUndistSlice]}]
! If present, the returned Array refers to a slice of {\tt array}
! created by removing some or all of the trailing undistributed dimensions
! from the incoming Array object.
! created by removing some or all of the trailing (i.e. rightmost)
! undistributed dimensions from the incoming Array object.
! The number of trailing dimensions removed is equal to the size $n$
! of {\tt trailingUndistSlice}, which must be less than or equal to the
! total number of trailing undistributed dimensions in {\tt array}. Under
! this condition, the {\tt trailingUndistSlice} argument is interpreted
! as an index tuple for the $n$ rightmost trailing undistributed
! total number of trailing undistributed dimensions in {\tt array}.
! The {\tt trailingUndistSlice} argument is interpreted
! as an index tuple for the $n$ trailing undistributed
! dimensions in {\tt array} in order, and the Array slice at that
! location is returned.
! \item[{[name]}]
Expand Down
10 changes: 5 additions & 5 deletions src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90
Original file line number Diff line number Diff line change
Expand Up @@ -5098,13 +5098,13 @@ TypeKindRankDeclarationMacro(FieldCreateXGDataPtr)
! \ref{const:datacopyflag}. The default is {\tt ESMF\_DATACOPY\_VALUE}.
! \item[{[trailingUngridSlice]}]
! If present, the returned Field refers to a slice of {\tt field}
! created by removing some or all of the trailing undistributed dimensions
! from the incoming Field object.
! created by removing some or all of the trailing (i.e. rightmost)
! ungridded dimensions from the incoming Field object.
! The number of trailing dimensions removed is equal to the size $n$
! of {\tt trailingUngridSlice}, which must be less than or equal to the
! total number of trailing undistributed dimensions in {\tt field}. Under
! this condition, the {\tt trailingUngridSlice} argument is interpreted
! as an index tuple for the $n$ rightmost trailing undistributed
! total number of trailing ungridded dimensions in {\tt field}.
! The {\tt trailingUngridSlice} argument is interpreted
! as an index tuple for the $n$ trailing ungridded
! dimensions in {\tt field} in order, and the Field slice at that
! location is returned.
! \item[{[name]}]
Expand Down

0 comments on commit 08eb85e

Please sign in to comment.