eclpeacemanwell: anonymize unused parameters

This commit is contained in:
Arne Morten Kvarving 2021-05-27 14:24:32 +02:00
parent f1965a58f3
commit b82d83dd60

View File

@ -136,7 +136,7 @@ class EclPeacemanWell : public BaseAuxiliaryModule<TypeTag>
// retrieve the solution dependent quantities that are only updated at the
// beginning of a time step from the IntensiveQuantities of the model
void updateBeginTimestep(const IntensiveQuantities& intQuants OPM_UNUSED)
void updateBeginTimestep(const IntensiveQuantities&)
{}
// retrieve the solution dependent quantities from the IntensiveQuantities of the