Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
adrifoster committed Feb 5, 2025
1 parent 53df550 commit bb1f9ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/functional_testing/patch/FatesTestPatch.F90
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ program FatesTestPatch
character(len=:), allocatable :: param_file ! input parameter file
type(fates_patch_type), pointer :: patch ! patch
type(fates_cohort_type), pointer :: cohort ! cohort
type(fates_cohort_type), pointer :: cohort1, cohort2, cohort3 ! cohorts
type(fates_cohort_type), pointer :: new_cohort ! cohort to insert
integer :: i ! patch array location

! CONSTANTS:
Expand Down

0 comments on commit bb1f9ed

Please sign in to comment.