mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
commit
3a511ff33c
@ -37,9 +37,6 @@
|
|||||||
#include <opm/parser/eclipse/EclipseState/MICPpara.hpp>
|
#include <opm/parser/eclipse/EclipseState/MICPpara.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <opm/material/common/Valgrind.hpp>
|
|
||||||
#include <opm/material/common/Unused.hpp>
|
|
||||||
|
|
||||||
#include <dune/common/fvector.hh>
|
#include <dune/common/fvector.hh>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
@ -220,7 +217,7 @@ public:
|
|||||||
return eqIdx == contiMicrobialEqIdx || eqIdx == contiOxygenEqIdx || eqIdx == contiUreaEqIdx || eqIdx == contiBiofilmEqIdx || eqIdx == contiCalciteEqIdx;
|
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));
|
assert(eqApplies(eqIdx));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user