mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
Merge pull request #561 from akva2/janitoring
quell unused parameter warning
This commit is contained in:
commit
e50de81eba
@ -115,7 +115,7 @@ struct BlackOilOnePhaseIndices
|
||||
//////////////////////
|
||||
|
||||
//! \brief returns the index of "active" component
|
||||
static unsigned canonicalToActiveComponentIndex(unsigned compIdx)
|
||||
static unsigned canonicalToActiveComponentIndex(unsigned compIdx OPM_UNUSED)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user