From 2d0480b21e928aa9878a65da5b989e33bd856b86 Mon Sep 17 00:00:00 2001
From: melaniel <melanie.lipp@iws.uni-stuttgart.de>
Date: Wed, 27 Jul 2022 16:34:22 +0200
Subject: [PATCH] [rename] Rename parameter of member function from domainId to
 domainI to be more consistent with the rest of the file.

---
 dumux/multidomain/staggeredfreeflow/couplingmanager.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/multidomain/staggeredfreeflow/couplingmanager.hh b/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
index fa09ad3438..c8645d0047 100644
--- a/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
+++ b/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
@@ -477,11 +477,11 @@ public:
     /*!
      * \brief Execute assembly kernel in parallel
      *
-     * \param domainId the domain index of domain i
+     * \param domainI the domain index of domain i
      * \param assembleElement kernel function to execute for one element
      */
     template<std::size_t i, class AssembleElementFunc>
-    void assembleMultithreaded(Dune::index_constant<i> domainId, AssembleElementFunc&& assembleElement) const
+    void assembleMultithreaded(Dune::index_constant<i> domainI, AssembleElementFunc&& assembleElement) const
     {
         if (elementSets_.empty())
             DUNE_THROW(Dune::InvalidStateException, "Call computeColorsForAssembly before assembling in parallel!");
-- 
GitLab