mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make test_blackoil_amg compile.
There was typo in the last fix.
This commit is contained in:
parent
a82598abe7
commit
e5de96e5f4
@ -302,7 +302,7 @@ void runBlackoilAmgLaplace()
|
||||
Criterion criterion;
|
||||
|
||||
smootherArgs.iterations = 1;
|
||||
Opm::CprParameter param;
|
||||
Opm::CPRParameter param;
|
||||
|
||||
Opm::BlackoilAmg<Operator,ParSmoother,Criterion,Communication,0> amg(param,
|
||||
fop, criterion,
|
||||
|
Loading…
Reference in New Issue
Block a user