Skip to content

Commit

Permalink
Fix bug in setup_disc.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonkyoung1 committed Dec 17, 2024
1 parent d221762 commit b3ab665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup/setup_disc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ subroutine equation_of_state(gamma)
use eos, only:isink,qfacdisc,qfacdisc2,polyk2,beta_z,z0
use options, only:ieos,icooling
use options, only:nfulldump,alphau,ipdv_heating,ishock_heating
use eos_stamatellos, only:init_S07cool
use eos_stamatellos, only:init_coolra
use physcon, only:rpiontwo
real, intent(out) :: gamma
real :: H_R_atm, cs
Expand Down Expand Up @@ -724,7 +724,7 @@ subroutine equation_of_state(gamma)
ieos = 23
icooling = 9
gamma = 5./3. ! in case it's needed
call init_S07cool()
call init_coolra()
if (ndiscs > 1) then
print *, "We can't set up multiple radapprox discs yet :,("
stop
Expand Down

0 comments on commit b3ab665

Please sign in to comment.