diff --git a/pyro/compressible_fv4/fluxes.py b/pyro/compressible_fv4/fluxes.py index 25a1439fa..1d9a86827 100644 --- a/pyro/compressible_fv4/fluxes.py +++ b/pyro/compressible_fv4/fluxes.py @@ -122,8 +122,7 @@ def fluxes(myd, rp, ivars): # solve the Riemann problem to find the face-average q _q = riemann.riemann_prim(idir, myg.ng, ivars.irho, ivars.iu, ivars.iv, ivars.ip, ivars.ix, ivars.naux, - 0, 0, - gamma, q_l, q_r) + gamma, q_l, q_r) q_int_avg = ai.ArrayIndexer(_q, grid=myg)