mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Silence release mode unused argument warnings.
This commit is contained in:
@@ -615,7 +615,7 @@ public:
|
||||
*/
|
||||
template <class Context>
|
||||
Scalar transmissibility(const Context& context,
|
||||
unsigned fromDofLocalIdx,
|
||||
unsigned OPM_OPTIM_UNUSED fromDofLocalIdx,
|
||||
unsigned toDofLocalIdx) const
|
||||
{
|
||||
assert(fromDofLocalIdx == 0);
|
||||
|
Reference in New Issue
Block a user