From ac8c4816f311f059df78ad1eb8b472d252e65bac Mon Sep 17 00:00:00 2001
From: Bogdan Enache <enache2@illinois.edu>
Date: Mon, 27 Feb 2017 13:53:40 -0600
Subject: [PATCH] Linter

---
 grudge/models/advection.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grudge/models/advection.py b/grudge/models/advection.py
index 68b1a0ba..e10fb000 100644
--- a/grudge/models/advection.py
+++ b/grudge/models/advection.py
@@ -174,8 +174,8 @@ class VariableCoefficientAdvectionOperator(HyperbolicOperator):
         return sym.InverseMassOperator()(
                 np.dot(sym.stiffness_t(self.ambient_dim), sym.cse(self.v*u))
                 - sym.FaceMassOperator()(
-                flux(sym.int_tpair(u))
-                + flux(sym.bv_tpair(sym.BTAG_ALL, u, bc_in))
+                    flux(sym.int_tpair(u))
+                    + flux(sym.bv_tpair(sym.BTAG_ALL, u, bc_in))
 
                 # FIXME: Add back support for inflow/outflow tags
                 #+ flux(sym.bv_tpair(self.inflow_tag, u, bc_in))
-- 
GitLab