mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
anonymize unused parameter
This commit is contained in:
parent
f88bf57388
commit
2327768db6
@ -1042,7 +1042,7 @@ namespace Opm {
|
|||||||
template<typename TypeTag>
|
template<typename TypeTag>
|
||||||
void
|
void
|
||||||
BlackoilWellModel<TypeTag>::
|
BlackoilWellModel<TypeTag>::
|
||||||
assembleDomain(const int iterationIdx,
|
assembleDomain(const int /*iterationIdx*/,
|
||||||
const double dt,
|
const double dt,
|
||||||
const Domain& domain)
|
const Domain& domain)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user