Skip to content

Commit

Permalink
Correct typos that made a comment unintelligible.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Nov 22, 2024
1 parent bea7522 commit a3c065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Field/src/ESMF_Field.F90
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ subroutine ESMF_FieldDestructGeom(ftype, noGarbage, rc)
if (ftype%is_proxy) then
#if 1
!gjt: Destroying geom object for proxies might not be a good idea. If this
!gjt: every cases issues, then we might want to disable it here.
!gjt: ever causes issues, then we might want to disable it here.
!gjt: Disable, because proxy geoms might be used outside the original the
!gjt: proxy field... cannot destroy here, but instead must keep proxy the
!gjt: geom alive!!!
Expand Down

0 comments on commit a3c065f

Please sign in to comment.