Skip to content

Commit

Permalink
danieljprice#114 fixing default cooling in disc_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedetta Veronesi committed Feb 16, 2023
1 parent d8300fd commit ee4eebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/setup_disc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ subroutine equation_of_state(gamma)
!--adiabatic
ieos = 2
gamma = 5./3.
icooling = 1
icooling = 3

if (use_mcfost) then
icooling = 0
Expand Down

0 comments on commit ee4eebe

Please sign in to comment.