Skip to content

Commit

Permalink
fixes for Github build
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonkyoung1 committed Oct 16, 2024
1 parent 7207eb8 commit 0647f61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/force.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2617,7 +2617,10 @@ subroutine finish_cell_and_store_results(icall,cell,fxyzu,xyzh,vxyzu,poten,dt,dv
use part, only:Omega_k
use io, only:warning
use physcon, only:c,kboltz
use eos_stamatellos, only:Gpot_cool,duSPH
#ifdef GRAVITY
use eos_stamatellos, only:Gpot_cool
#endif
use eos_stamatellos, only:duSPH
integer, intent(in) :: icall
type(cellforce), intent(inout) :: cell
real, intent(inout) :: fxyzu(:,:)
Expand Down Expand Up @@ -2687,7 +2690,6 @@ subroutine finish_cell_and_store_results(icall,cell,fxyzu,xyzh,vxyzu,poten,dt,dv
real :: densi, vxi,vyi,vzi,u0i,dudtcool,dudtheat
real :: posi(3),veli(3),gcov(0:3,0:3),metrici(0:3,0:3,2)
integer :: ii,ia,ib,ic,ierror

eni = 0.
realviscosity = (irealvisc > 0)

Expand Down

0 comments on commit 0647f61

Please sign in to comment.