Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
darianboggs committed Nov 12, 2024
1 parent 1e60bd0 commit 00df122
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions generic3g/tests/Test_AccumulatorAction.pf
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,4 @@ contains

end subroutine test_accumulate_R4

@Before
subroutine set_up()
integer :: status

if(is_initialized()) return
!call ESMF_Initialize(_RC)

end subroutine set_up

end module Test_AccumulatorAction
9 changes: 0 additions & 9 deletions generic3g/tests/Test_MaxAction.pf
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,4 @@ contains

end subroutine test_max_accumulate_R4

@Before
subroutine set_up()
integer :: status

if(is_initialized()) return
! call ESMF_Initialize(_RC)

end subroutine set_up

end module Test_MaxAction
9 changes: 0 additions & 9 deletions generic3g/tests/Test_MinAction.pf
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,4 @@ contains

end subroutine test_min_accumulate_R4

@Before
subroutine set_up()
integer :: status

if(is_initialized()) return
! call ESMF_Initialize(_RC)

end subroutine set_up

end module Test_MinAction

0 comments on commit 00df122

Please sign in to comment.