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

remove unused variable

[[Imported from SVN: r7392]]
parent fc8d2394
Branches
Tags
No related merge requests found
......@@ -236,8 +236,6 @@ void assemblePQ1RHS(const GridView& gridView, Vector& r, const Function& f)
const IndexSet& indexSet = gridView.indexSet();
FiniteElementCache cache;
int size = indexSet.size(dim);
ElementIterator it = gridView.template begin<0>();
ElementIterator end = gridView.template end<0>();
for (; it != end; ++it)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment