From 08af73fd2abb7cc3cd0a15146b2b7788f942a314 Mon Sep 17 00:00:00 2001
From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de>
Date: Fri, 29 Nov 2019 12:44:51 +0100
Subject: [PATCH] [md][cc][localassembler] fix comment in coupled vars update

---
 dumux/multidomain/subdomaincclocalassembler.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/multidomain/subdomaincclocalassembler.hh b/dumux/multidomain/subdomaincclocalassembler.hh
index 5d1dd8784d..0c715033d3 100644
--- a/dumux/multidomain/subdomaincclocalassembler.hh
+++ b/dumux/multidomain/subdomaincclocalassembler.hh
@@ -536,7 +536,7 @@ public:
 
             // restore original state of the flux vars cache and/or vol vars in case of global caching.
             // This has to be done in order to guarantee that the undeflected residual computation done
-            // above is correct when jumping to the next coupled element.
+            // above is correct when jumping to the next coupled dof of domainJ.
             updateCoupledVariables();
         }
     }
-- 
GitLab