Skip to content
Snippets Groups Projects
Commit 6af04681 authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup][amg] Remove unused variable

parent 862d8a7d
No related branches found
No related tags found
1 merge request!1154[cleanup][amg] Remove unused variable
......@@ -133,7 +133,6 @@ public:
std::shared_ptr<Comm> comm;
std::shared_ptr<LinearOperator> fop;
std::shared_ptr<ScalarProduct> sp;
static const int dofCodim = AmgTraits::dofCodim;
static const bool isParallel = AmgTraits::isParallel;
prepareLinearAlgebra_<Matrix, Vector, isParallel>(A, b, rank, comm, fop, sp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment