mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Prevent unused paramerter warning for RedistributeDatahandle.
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
}
|
||||
}
|
||||
template<class B, class T>
|
||||
void scatter(B& buffer, const T& e, std::size_t size)
|
||||
void scatter(B& buffer, const T& e, std::size_t /* size */)
|
||||
{
|
||||
assert( T::codimension == 0);
|
||||
double val;
|
||||
|
||||
Reference in New Issue
Block a user