Skip to content

Commit

Permalink
Fix a bug in transverse sw_aug solver.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Nov 21, 2014
1 parent 2880335 commit b69ec2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpt2_sw_aug.f90
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ subroutine rpt2(ixy,imp,maxm,meqn,mwaves,maux,mbc,mx,ql,qr,aux1,aux2,aux3,asdq,b
integer i,m,mw,mu,mv

abs_tol=tol
g = grav

if (ixy.eq.1) then
mu = 2
Expand Down

0 comments on commit b69ec2b

Please sign in to comment.