Skip to content

Commit

Permalink
Correct type in FILENAME macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Jan 19, 2024
1 parent f6d6594 commit 958ec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/ESMX/ESMX_App.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
! ESMX (Earth System Model eXecutable)
! This file contains the main ESMX Application program.
!==============================================================================
#define FILENAME "src/addon/ESMX/ESMF_App.F90"
#define FILENAME "src/addon/ESMX/ESMX_App.F90"
!==============================================================================

!==============================================================================
Expand Down

0 comments on commit 958ec50

Please sign in to comment.