Skip to content

Commit

Permalink
Changed endrun in EDPhysiology to point to fates_endrun() in FatesGlo…
Browse files Browse the repository at this point in the history
…bals.
  • Loading branch information
rgknox committed Mar 2, 2017
1 parent 725e0b5 commit d12288a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/clm/src/ED/biogeochem/EDPhysiologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ module EDPhysiologyMod
use EDTypesMod , only : ed_site_type, ed_patch_type, ed_cohort_type

use shr_log_mod , only : errMsg => shr_log_errMsg
use abortutils , only : endrun
use FatesGlobals , only : fates_log

use FatesGlobals , only : endrun => fates_endrun


implicit none
Expand Down

0 comments on commit d12288a

Please sign in to comment.