Merge pull request #4172 from atgeirr/remove-unused-vars

Remove unused variables.
This commit is contained in:
Atgeirr Flø Rasmussen
2022-10-17 17:39:01 +02:00
committed by GitHub

View File

@@ -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();