mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-01 21:39: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;
|
||||
|
||||
public:
|
||||
void updateSaltConcentration_(const ElementContext& elemCtx OPM_OPTIM_UNUSED,
|
||||
unsigned dofIdx OPM_OPTIM_UNUSED,
|
||||
unsigned timeIdx OPM_OPTIM_UNUSED)
|
||||
void updateSaltConcentration_(const ElementContext& elemCtx OPM_UNUSED,
|
||||
unsigned dofIdx OPM_UNUSED,
|
||||
unsigned timeIdx OPM_UNUSED)
|
||||
{ }
|
||||
|
||||
const Evaluation& saltConcentration() const
|
||||
|
Loading…
Reference in New Issue
Block a user