Skip to content

Commit

Permalink
fix logical format specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 21, 2021
1 parent abc117d commit 8f78866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/med_phases_history_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ subroutine med_phases_history_write_comp_aux(gcomp, compid, auxcomp, rc)
if (isPresent .and. isSet) then
call NUOPC_CompAttributeGet(gcomp, name=trim(prefix)//'_enabled', value=cvalue, rc=rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
read(cvalue,'(l)') enable_auxfile
read(cvalue,'(l7)') enable_auxfile
else
enable_auxfile = .false.
end if
Expand Down

0 comments on commit 8f78866

Please sign in to comment.