mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
anonymize unused parameters to quell warnings
This commit is contained in:
parent
e74b3249e9
commit
a200853148
@ -850,7 +850,7 @@ protected:
|
||||
cellThickness_[elemIdx] = asImp_().computeCellThickness(element);
|
||||
}
|
||||
}
|
||||
Scalar computeCellThickness(const Element& element) const {
|
||||
Scalar computeCellThickness(const Element&) const {
|
||||
OPM_THROW(std::runtime_error, "cellThickness not implemented for this grid!");
|
||||
}
|
||||
|
||||
|
@ -1428,7 +1428,7 @@ protected:
|
||||
throw std::logic_error("commitWellState() method not implemented for class eclpeacemanwell");
|
||||
}
|
||||
|
||||
void commitWGState(WGState wgstate)
|
||||
void commitWGState(WGState)
|
||||
{
|
||||
throw std::logic_error("commitWellState() method not implemented for class eclpeacemanwell");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user