Skip to content
Snippets Groups Projects
Commit 2801c5c1 authored by Elias Pipping's avatar Elias Pipping
Browse files

Remove unused variable

parent 04a7fa99
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,6 @@ struct MultigridTestSuite
typedef CompressedMultigridTransfer<Vector, BitVector, Matrix> TransferImplementation;
typedef TruncatedBlockGSStep<Matrix, Vector> Smoother;
const int blockSize = Vector::block_type::dimension;
// we need a vector of pointers to the transfer operator base class
std::vector<Transfer*> transfer(grid.maxLevel());
for (int i = 0; i < transfer.size(); ++i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment