From ec789bc63a568388fd1b4775a0b44de1e794ac05 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Fri, 4 Apr 2014 21:29:19 +0200 Subject: [PATCH] Removes unused parameter warnings in TransTpfa_impl.hpp. --- opm/core/pressure/tpfa/TransTpfa_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/pressure/tpfa/TransTpfa_impl.hpp b/opm/core/pressure/tpfa/TransTpfa_impl.hpp index 4dc77fe1..ebdf36c7 100644 --- a/opm/core/pressure/tpfa/TransTpfa_impl.hpp +++ b/opm/core/pressure/tpfa/TransTpfa_impl.hpp @@ -36,7 +36,7 @@ const double* multiplyFaceNormalWithArea(const Dune::CpGrid& grid, int face_inde return out; } -inline const double* multiplyFaceNormalWithArea(const UnstructuredGrid& grid, int face_index, const double* in) +inline const double* multiplyFaceNormalWithArea(const UnstructuredGrid&, int, const double* in) { return in; }