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
commit f177b69e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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