mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-05 22:13:00 -06:00
eclpeacemanwell: anonymize unused parameters
This commit is contained in:
parent
f1965a58f3
commit
b82d83dd60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user