Skip to content

Commit c6a10fd

Browse files
committed
clean up comment
1 parent 9a0cad5 commit c6a10fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediator/med.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ subroutine InitializeP0(gcomp, importState, exportState, clock, rc)
627627
write(msgString,'(A,i6)') trim(subname)//': Mediator dbug_flag is ',dbug_flag
628628
call ESMF_LogWrite(trim(msgString), ESMF_LOGMSG_INFO)
629629

630-
! Obtain dststatus_print setting if present; otherwise use default value in med_constants
630+
! Obtain dststatus_print setting if present
631631
call NUOPC_CompAttributeGet(gcomp, name='dststatus_print', value=cvalue, isPresent=isPresent, isSet=isSet, rc=rc)
632632
if (ChkErr(rc,__LINE__,u_FILE_u)) return
633633
if (isPresent .and. isSet) dststatus_print=(trim(cvalue)=="true")

0 commit comments

Comments
 (0)