From b780b89dd52dbc9c090f3a3bcbf1298d1f6a0dd3 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Fri, 5 Oct 2012 07:21:35 +0000
Subject: [PATCH] Replace subControlVolumeIdx by scvIdx, thanks to doxygen
 warnings and \copydoc (review by klaus)

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9209 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/freeflow/stokes/stokestestproblem.hh         | 2 +-
 test/freeflow/stokes2c/stokes2ctestproblem.hh     | 2 +-
 test/freeflow/stokes2cni/stokes2cnitestproblem.hh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/freeflow/stokes/stokestestproblem.hh b/test/freeflow/stokes/stokestestproblem.hh
index 7ac84ef6ea..b355f6a5af 100644
--- a/test/freeflow/stokes/stokestestproblem.hh
+++ b/test/freeflow/stokes/stokestestproblem.hh
@@ -232,7 +232,7 @@ public:
     void source(PrimaryVariables &values,
                 const Element &element,
                 const FVElementGeometry &fvGeometry,
-                int subControlVolumeIdx) const
+                int scvIdx) const
     {
         // ATTENTION: The source term of the mass balance has to be chosen as
         // div (q_momentum) in the problem file
diff --git a/test/freeflow/stokes2c/stokes2ctestproblem.hh b/test/freeflow/stokes2c/stokes2ctestproblem.hh
index 2aafa59bde..7d5e85829f 100644
--- a/test/freeflow/stokes2c/stokes2ctestproblem.hh
+++ b/test/freeflow/stokes2c/stokes2ctestproblem.hh
@@ -220,7 +220,7 @@ public:
     void source(PrimaryVariables &values,
                 const Element &element,
                 const FVElementGeometry &fvGeometry,
-                int subControlVolumeIdx) const
+                int scvIdx) const
     {
         // ATTENTION: The source term of the mass balance has to be chosen as
         // div (q_momentum) in the problem file
diff --git a/test/freeflow/stokes2cni/stokes2cnitestproblem.hh b/test/freeflow/stokes2cni/stokes2cnitestproblem.hh
index 68b6b4e157..45903827ec 100644
--- a/test/freeflow/stokes2cni/stokes2cnitestproblem.hh
+++ b/test/freeflow/stokes2cni/stokes2cnitestproblem.hh
@@ -207,7 +207,7 @@ public:
     void source(PrimaryVariables &values,
                 const Element &element,
                 const FVElementGeometry &fvGeometry,
-                int subControlVolumeIdx) const
+                int scvIdx) const
     {
         // ATTENTION: The source term of the mass balance has to be chosen as
         // div (q_momentum) in the problem file
-- 
GitLab