From 06382498d2565af498792be2f5a56aca21d9cea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Tue, 2 Dec 2014 09:17:11 +0100 Subject: [PATCH] Silence unused argument warning. --- opm/core/simulator/initStateEquil_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opm/core/simulator/initStateEquil_impl.hpp b/opm/core/simulator/initStateEquil_impl.hpp index b31297b8d..e85a67042 100644 --- a/opm/core/simulator/initStateEquil_impl.hpp +++ b/opm/core/simulator/initStateEquil_impl.hpp @@ -590,8 +590,8 @@ namespace Opm template std::vector - temperature(const UnstructuredGrid& G, - const Region& reg, + temperature(const UnstructuredGrid& /* G */, + const Region& /* reg */, const CellRange& cells) { // use the standard temperature for everything for now