Skip to content

Commit 8735cd2

Browse files
committed
GNU requires # macros to be in first column
1 parent 59a3c8a commit 8735cd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ESMF/GOCART2G_GridComp/NI2G_GridComp/NI2G_GridCompMod.F90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ subroutine SetServices ( GC, RC )
245245
DIMS = MAPL_DimsHorzVert, &
246246
VLOCATION = MAPL_VLocationCenter, &
247247
RESTART = MAPL_RestartSkip, __RC__)
248-
endif
248+
endif
249249

250250
! Import, Export, Internal states for computational instance
251251
! ----------------------------------------------------------
@@ -845,16 +845,16 @@ subroutine Run2 (GC, import, export, clock, RC)
845845
if(self%using_GMI) then
846846
xhno3 = GMI_HNO3
847847
call MAPL_MaxMin ( 'GMI:HNO3 ', xhno3)
848-
848+
849849
else
850850
alarm_is_ringing = ESMF_AlarmIsRinging(self%alarm, _RC)
851-
#ifdef DEBUG
851+
#ifdef DEBUG
852852
if (alarm_is_ringing) then
853853
if (MAPL_Am_I_Root()) then
854854
print *,'DEBUG:: NI replenish alarm is ringing'
855855
end if
856856
end if
857-
#endif
857+
#endif
858858

859859
!Save local copy of HNO3 for first pass through run method regardless
860860
thread = MAPL_get_current_thread()

0 commit comments

Comments
 (0)