mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4172 from atgeirr/remove-unused-vars
Remove unused variables.
This commit is contained in:
commit
f177b69e84
@ -276,8 +276,6 @@ void runBlackoilAmgLaplace()
|
||||
typedef int GlobalId;
|
||||
typedef Dune::OwnerOverlapCopyCommunication<GlobalId> Communication;
|
||||
typedef Dune::OverlappingSchwarzOperator<BCRSMat,Vector,Vector,Communication> Operator;
|
||||
int argc;
|
||||
char** argv;
|
||||
|
||||
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7)
|
||||
const auto& ccomm = Dune::MPIHelper::getCommunication();
|
||||
|
Loading…
Reference in New Issue
Block a user