From d12288affef2db6409b6ad0171c3efd2cccee242 Mon Sep 17 00:00:00 2001 From: Ryan Knox Date: Thu, 2 Mar 2017 14:24:40 -0800 Subject: [PATCH] Changed endrun in EDPhysiology to point to fates_endrun() in FatesGlobals. --- components/clm/src/ED/biogeochem/EDPhysiologyMod.F90 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/clm/src/ED/biogeochem/EDPhysiologyMod.F90 b/components/clm/src/ED/biogeochem/EDPhysiologyMod.F90 index 0e9b02860b..2d78b27817 100755 --- a/components/clm/src/ED/biogeochem/EDPhysiologyMod.F90 +++ b/components/clm/src/ED/biogeochem/EDPhysiologyMod.F90 @@ -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