mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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>
|
template<class G, class T>
|
||||||
typename std::enable_if<!std::is_same<G,Dune::CpGrid>::value, bool>::type
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user