Skip to content

Commit

Permalink
fprettify
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Feb 28, 2024
1 parent bdf5123 commit d159336
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/mf6core.f90
Original file line number Diff line number Diff line change
@@ -143,7 +143,6 @@ subroutine Mf6Finalize()
class(BaseExchangeType), pointer :: ep => null()
class(SpatialModelConnectionType), pointer :: mc => null()


! FINAL PROCESSING (FP)
! Final processing for each model
do im = 1, basemodellist%Count()
@@ -743,7 +742,6 @@ function Mf6FinalizeTimestep() result(hasConverged)
! Check if we're done
call converge_check(hasConverged)


end function Mf6FinalizeTimestep

end module Mf6CoreModule
1 change: 0 additions & 1 deletion src/mf6lists.f90
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ module ListsModule
subroutine lists_da()
! Deallocate the lists


call basemodellist%Clear()
call basesolutionlist%Clear()
call solutiongrouplist%Clear()

0 comments on commit d159336

Please sign in to comment.