From 4d46d0a6a5ab950f5eb0f259b8cb7b3e6377bb66 Mon Sep 17 00:00:00 2001
From: Klaus Mosthaf <klmos@env.dtu.dk>
Date: Wed, 2 May 2012 09:44:32 +0000
Subject: [PATCH] Vector --> DimVector

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8179 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/boxmodels/2p2c/injectionspatialparameters.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/boxmodels/2p2c/injectionspatialparameters.hh b/test/boxmodels/2p2c/injectionspatialparameters.hh
index 61f6474a2a..6c49bfca62 100644
--- a/test/boxmodels/2p2c/injectionspatialparameters.hh
+++ b/test/boxmodels/2p2c/injectionspatialparameters.hh
@@ -225,10 +225,10 @@ public:
      * \param scvfIdx The local index of the sub-control volume face where
      *                    the matrix heat flux should be calculated
      */
-    void matrixHeatFlux(Vector &heatFlux,
+    void matrixHeatFlux(DimVector &heatFlux,
                         const FluxVariables &fluxVars,
                         const ElementVolumeVariables &elemVolVars,
-                        const Vector &tempGrad,
+                        const DimVector &tempGrad,
                         const Element &element,
                         const FVElementGeometry &fvGeometry,
                         const int faceIdx) const
-- 
GitLab