Skip to content
Snippets Groups Projects
Commit 46c99a74 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

remove unused variables

[[Imported from SVN: r4842]]
parent 57b43d14
Branches
No related tags found
No related merge requests found
...@@ -71,9 +71,6 @@ void TruncatedCompressedMGTransfer<DiscFuncType, BitVectorType, OperatorType>::r ...@@ -71,9 +71,6 @@ void TruncatedCompressedMGTransfer<DiscFuncType, BitVectorType, OperatorType>::r
typedef typename TransferOperatorType::row_type RowType; typedef typename TransferOperatorType::row_type RowType;
typedef typename RowType::ConstIterator ColumnIterator; typedef typename RowType::ConstIterator ColumnIterator;
Iterator tIt = t.begin();
ConstIterator fIt = f.begin();
for (int rowIdx=0; rowIdx<this->matrix_->N(); rowIdx++) { for (int rowIdx=0; rowIdx<this->matrix_->N(); rowIdx++) {
const RowType& row = (*this->matrix_)[rowIdx]; const RowType& row = (*this->matrix_)[rowIdx];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment