mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
quell some warnings
This commit is contained in:
parent
fd023ddb74
commit
31a48d9cfd
@ -403,9 +403,9 @@ class BlackOilBrineIntensiveQuantities<TypeTag, false>
|
|||||||
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
|
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void updateSaltConcentration_(const ElementContext& elemCtx OPM_OPTIM_UNUSED,
|
void updateSaltConcentration_(const ElementContext& elemCtx OPM_UNUSED,
|
||||||
unsigned dofIdx OPM_OPTIM_UNUSED,
|
unsigned dofIdx OPM_UNUSED,
|
||||||
unsigned timeIdx OPM_OPTIM_UNUSED)
|
unsigned timeIdx OPM_UNUSED)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
const Evaluation& saltConcentration() const
|
const Evaluation& saltConcentration() const
|
||||||
|
Loading…
Reference in New Issue
Block a user