mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Silence unused argument warnings with OPM_UNUSED.
This commit is contained in:
@@ -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)
|
||||
void updateBeginTimestep(const IntensiveQuantities& OPM_UNUSED intQuants)
|
||||
{}
|
||||
|
||||
// retrieve the solution dependent quantities from the IntensiveQuantities of the
|
||||
|
||||
Reference in New Issue
Block a user