Skip to content

Commit

Permalink
Fix a typo bug I accidently introduced.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Needham committed Nov 26, 2019
1 parent 3ad7cd4 commit 5e81d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeochem/FatesAllometryMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ subroutine carea_allom(dbh,nplant,site_spread,ipft,c_area,inverse)
call carea_2pwr(dbh_eff,site_spread,d2bl_p2,d2bl_ediff,d2ca_min,d2ca_max,c_area,do_inverse)
capped_allom = .true.
case(2) ! "2par_pwr")
call carea_2pw(dbh,site_spread,d2bl_p2,d2bl_ediff,d2ca_min,d2ca_max,c_area,do_inverse)
call carea_2pwr(dbh,site_spread,d2bl_p2,d2bl_ediff,d2ca_min,d2ca_max,c_area,do_inverse)
capped_allom = .false.
case(3)
dbh_eff = min(dbh,dbh_maxh)
Expand Down

0 comments on commit 5e81d7c

Please sign in to comment.