Skip to content

Commit

Permalink
Remove some crusty comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Jun 9, 2021
1 parent 5e8f10f commit eaa9e6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mirgecom/euler.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ def _facial_flux(discr, eos, cv_tpair, local=False):
normal = thaw(actx, discr.normal(cv_tpair.dd))

# todo: user-supplied flux routine
# flux_weak = make_conserved(
# dim, q=lfr_flux(cv_tpair=cv_tpair, flux_func=euler_flux,
# normal=normal, lam=lam)
# )
flux_weak = lfr_flux(cv_tpair=cv_tpair, flux_func=euler_flux,
normal=normal, lam=lam)

Expand Down

0 comments on commit eaa9e6c

Please sign in to comment.