Skip to content

Commit

Permalink
Merge pull request #5 from glemieux/glemieux-laweighthydro-fix-charfix
Browse files Browse the repository at this point in the history
removing call the char() for log output
  • Loading branch information
rgknox authored Jul 26, 2019
2 parents 3b37b6f + e6a95ea commit 8c24676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeophys/FatesPlantHydraulicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3479,7 +3479,7 @@ subroutine Hydraulics_1DSolve(cc_p, ft, z_node, v_node, ths_node, thr_node, kmax
end if
end do
if(catch_nan) then
write(fates_log(),*)'EDPlantHydraulics returns nan at k = ', char(index_nan)
write(fates_log(),*)'EDPlantHydraulics returns nan at k = ', index_nan
call endrun(msg=errMsg(sourcefile, __LINE__))
end if

Expand Down

0 comments on commit 8c24676

Please sign in to comment.