From 8d9680efdda878e921e68589cbaf7c79de815515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <foss@grueninger.de> Date: Tue, 2 Oct 2018 23:38:29 +0200 Subject: [PATCH] [cleanup] Remove unused variable --- dumux/multidomain/subdomainstaggeredlocalassembler.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dumux/multidomain/subdomainstaggeredlocalassembler.hh b/dumux/multidomain/subdomainstaggeredlocalassembler.hh index 908d133473..93179f2f9a 100644 --- a/dumux/multidomain/subdomainstaggeredlocalassembler.hh +++ b/dumux/multidomain/subdomainstaggeredlocalassembler.hh @@ -865,7 +865,6 @@ public: // get some aliases for convenience const auto& fvGeometry = this->fvGeometry(); const auto& curSol = this->curSol()[domainJ]; - FaceResidualValue partialDeriv; // build derivatives with for cell center dofs w.r.t. cell center dofs for(auto&& scvf : scvfs(fvGeometry)) -- GitLab