Skip to content

Commit

Permalink
Turn on entropy fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Mar 6, 2017
1 parent 69ab22b commit 698a9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp1_shallow_roe_tracer.f90
Expand Up @@ -36,7 +36,7 @@ subroutine rp1(maxmx,num_eqn,num_waves,num_aux,num_ghost,num_cells, &
integer :: i,m,mw
logical :: efix

data efix /.false./ ! Use entropy fix for transonic rarefactions
data efix /.true./ ! Use entropy fix for transonic rarefactions

! Gravity constant set in setprob.f or the shallow1D.py file
real(kind=8) :: grav
Expand Down

0 comments on commit 698a9f0

Please sign in to comment.