Skip to content
Snippets Groups Projects
Commit 648b8205 authored by Christian Engwer's avatar Christian Engwer
Browse files

get rid of a compiler warning

[[Imported from SVN: r1063]]
parent 33bbe4f0
Branches
Tags
No related merge requests found
......@@ -1158,7 +1158,6 @@ namespace Dune {
int coldim (int c) const
{
// find an entry in column j
B* entry=0;
if (nnz>0)
{
for (int k=0; k<nnz; k++)
......@@ -1168,6 +1167,7 @@ namespace Dune {
}
else
{
B* entry=0;
for (int i=0; i<n; i++)
{
int* j = r[i].getindexptr();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment