mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 09:40:59 -06:00
anonymize unused parameters
This commit is contained in:
parent
e14823c6d8
commit
1794934f0d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user