Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchongang committed Oct 19, 2018
1 parent c14d51b commit f7af650
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/EDTypesMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ module EDTypesMod
logical, parameter :: init_dense_forest = .false.



! MODEL PARAMETERS
real(r8), parameter :: AREA = 10000.0_r8 ! Notional area of simulated forest m2
real(r8), parameter :: AREA_INV = 1.0e-4_r8 ! Inverse of the notion area (faster math)
Expand Down Expand Up @@ -123,8 +122,7 @@ module EDTypesMod
! special mode to cause PFTs to create seed mass of all currently-existing PFTs
logical, parameter :: homogenize_seed_pfts = .false.


!************************************
!************************************
!** COHORT type structure **
!************************************
type ed_cohort_type
Expand Down

0 comments on commit f7af650

Please sign in to comment.