Skip to content
Snippets Groups Projects
Commit 2caa0592 authored by Oliver Sander's avatar Oliver Sander
Browse files

fix wrong comment. Patch by Uli Sack

[[Imported from SVN: r1635]]
parent 225f0930
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ namespace Dune
static size_type coldim (const Matrix& A, size_type c)
{
// find an entry in column j
// find an entry in column c
if (A.nnz>0)
{
for (size_type k=0; k<A.nnz; k++) {
......
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