eclpeacemanwell: anonymize unused parameters

This commit is contained in:
Arne Morten Kvarving
2021-05-27 15:51:26 +02:00
parent f1965a58f3
commit b82d83dd60
+1 -1
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