mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-23 01:36:25 -06:00
Silence release mode unused argument warnings.
This commit is contained in:
parent
f7ef4c9724
commit
3d9f1af26b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user