From b3ab6651a9c562ac1af233ce9b927ff22efdd4f8 Mon Sep 17 00:00:00 2001 From: Alison Young Date: Tue, 17 Dec 2024 15:11:29 +0000 Subject: [PATCH] Fix bug in setup_disc.f90 --- src/setup/setup_disc.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/setup/setup_disc.f90 b/src/setup/setup_disc.f90 index 89ede5bfc..c7e10567e 100644 --- a/src/setup/setup_disc.f90 +++ b/src/setup/setup_disc.f90 @@ -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 @@ -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