Merge pull request #561 from akva2/janitoring

quell unused parameter warning
This commit is contained in:
Atgeirr Flø Rasmussen 2019-10-18 09:26:43 +02:00 committed by GitHub
commit e50de81eba

View File

@ -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;
}