Skip to content

Commit

Permalink
add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Apr 10, 2024
1 parent 4fb4b02 commit 5ccb0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Infrastructure/TimeMgr/src/ESMCI_Time.C
Expand Up @@ -843,6 +843,7 @@ namespace ESMCI{
ESMC_LogDefault.MsgFoundError(ESMC_RC_ARG_WRONG,
"; calkindflag is 360DAY. Only GREGORIAN and JULIAN are supported.",
ESMC_CONTEXT, &rc);
return(rc);
break;

case ESMC_CALKIND_JULIANDAY:
Expand Down

0 comments on commit 5ccb0e0

Please sign in to comment.