Remove unused variables.

This commit is contained in:
Atgeirr Flø Rasmussen 2022-10-17 16:45:18 +02:00
parent 1eec214c89
commit 216f77f03f

View File

@ -276,8 +276,6 @@ void runBlackoilAmgLaplace()
typedef int GlobalId; typedef int GlobalId;
typedef Dune::OwnerOverlapCopyCommunication<GlobalId> Communication; typedef Dune::OwnerOverlapCopyCommunication<GlobalId> Communication;
typedef Dune::OverlappingSchwarzOperator<BCRSMat,Vector,Vector,Communication> Operator; typedef Dune::OverlappingSchwarzOperator<BCRSMat,Vector,Vector,Communication> Operator;
int argc;
char** argv;
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7) #if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7)
const auto& ccomm = Dune::MPIHelper::getCommunication(); const auto& ccomm = Dune::MPIHelper::getCommunication();