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

get rid of a compiler warning

[[Imported from SVN: r90]]
parent 1fbd8b4a
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment