]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix thinko.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 12 Feb 2013 20:02:15 +0000 (20:02 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 12 Feb 2013 20:02:15 +0000 (20:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@28335 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/chunk_sparsity_pattern.cc

index 8ead11c07947ae6bb5f8ae79cf1f2d422c851700..788ed489b96bf15fd0ff88a379d4989593023ab5 100644 (file)
@@ -487,7 +487,7 @@ ChunkSparsityPattern::n_nonzero_elements () const
          // rather than all elements
          unsigned int n = 0;
 
-         for (unsigned int row = 0; row < n_rows(); ++row)
+         for (unsigned int row = 0; row < sparsity_pattern.n_rows(); ++row)
            {
              SparsityPattern::const_iterator p = sparsity_pattern.begin(row);
              for (; p!=sparsity_pattern.end(row); ++p)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.