Skip to content

Commit

Permalink
Fix typo in history_mod.F90
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Sulprizio <[email protected]>
  • Loading branch information
msulprizio committed Sep 10, 2021
1 parent 875359f commit ba58da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion History/history_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ SUBROUTINE History_ReadCollectionData( Input_Opt, State_Chm, &
'Incompatible Restart collection metadata! ', &
'Restart.frequency = ', FileWriteYmd, FileWriteHms, &
'but Restart.duration = ', FileCloseYmd, FileCloseHms
260 FORMAT( a, a i8.8, 1x, i6.6, 1x, a, i8.8, 1x, i6.6 )
260 FORMAT( a, a, i8.8, 1x, i6.6, 1x, a, i8.8, 1x, i6.6 )
CALL GC_Error( ErrMsg, RC, ThisLoc )
RETURN
ENDIF
Expand Down

0 comments on commit ba58da4

Please sign in to comment.