Merge pull request #673 from akva2/janitoring

Some janitoring
This commit is contained in:
Arne Morten Kvarving 2021-10-18 13:17:02 +02:00 committed by GitHub
commit 3a511ff33c

View File

@ -37,9 +37,6 @@
#include <opm/parser/eclipse/EclipseState/MICPpara.hpp>
#endif
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
#include <dune/common/fvector.hh>
#include <string>
@ -220,7 +217,7 @@ public:
return eqIdx == contiMicrobialEqIdx || eqIdx == contiOxygenEqIdx || eqIdx == contiUreaEqIdx || eqIdx == contiBiofilmEqIdx || eqIdx == contiCalciteEqIdx;
}
static Scalar eqWeight(unsigned eqIdx OPM_OPTIM_UNUSED)
static Scalar eqWeight([[maybe_unused]] unsigned eqIdx)
{
assert(eqApplies(eqIdx));