mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
quell unused parameter warning
This commit is contained in:
parent
20b2c57829
commit
34bfa10f99
@ -115,7 +115,7 @@ struct BlackOilOnePhaseIndices
|
|||||||
//////////////////////
|
//////////////////////
|
||||||
|
|
||||||
//! \brief returns the index of "active" component
|
//! \brief returns the index of "active" component
|
||||||
static unsigned canonicalToActiveComponentIndex(unsigned compIdx)
|
static unsigned canonicalToActiveComponentIndex(unsigned compIdx OPM_UNUSED)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user