From e728ef17345ef0a0bed1af900cb3670b04c12045 Mon Sep 17 00:00:00 2001 From: Thomas Gibson <gibsonthomas1120@hotmail.com> Date: Fri, 14 May 2021 15:41:01 -0500 Subject: [PATCH] Fix minor typo --- test/test_grudge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_grudge.py b/test/test_grudge.py index 46508008..c41f4e6e 100644 --- a/test/test_grudge.py +++ b/test/test_grudge.py @@ -933,7 +933,7 @@ def test_improvement_quadrature(actx_factory, order): nodes = thaw(actx, op.nodes(dcoll)) def zero_inflow(dtag, t=0): - dd = dof_desc.DOFDesc(BTAG_ALL, qtag) + dd = dof_desc.DOFDesc(dtag, qtag) return dcoll.discr_from_dd(dd).zeros(actx) adv_op = VariableCoefficientAdvectionOperator( -- GitLab