anonymize unused parameters

This commit is contained in:
Arne Morten Kvarving 2022-06-27 14:47:04 +02:00
parent e14823c6d8
commit 1794934f0d

View File

@ -1114,7 +1114,7 @@ namespace Opm {
template<class G, class T>
typename std::enable_if<!std::is_same<G,Dune::CpGrid>::value, bool>::type
isNumericalAquiferCell(const G& grid, const T& elem)
isNumericalAquiferCell(const G&, const T&)
{
return false;
}