Skip to content
Snippets Groups Projects
Commit 40456a46 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

removed unused variables

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5810 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent d8c2b554
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,6 @@ public:
#ifdef VELOCITY_OUTPUT
// normalize the velocities at the vertices
// calculate the bounding box of the grid view
int index = 0;
VertexIterator vIt = this->gridView_().template begin<dim>();
const VertexIterator vEndIt = this->gridView_().template end<dim>();
for (; vIt!=vEndIt; ++vIt)
......
......@@ -242,8 +242,7 @@ public:
int scvIdx,
int boundaryFaceIdx) const
{
const GlobalPosition &globalPos
= element.geometry().corner(scvIdx);
//const GlobalPosition &globalPos = element.geometry().corner(scvIdx);
values = 0;
//int globalIdx = this->model().vertexMapper().map(element, scvIdx, dim);
......
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