]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix typo
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 May 2013 01:36:50 +0000 (01:36 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 May 2013 01:36:50 +0000 (01:36 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29441 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/petsc_parallel_block_sparse_matrix.cc

index 69539924e0aea210a7deeac0dde25d06bff4ab20..94d95447684ecd12d8bd2e910a62c018536238be 100644 (file)
@@ -95,7 +95,7 @@ namespace PETScWrappers
          for (unsigned int c=0; c<this->n_block_cols(); ++c)
            {
              Assert(rows[r].size() == bcsp.block(r,c).n_rows(), ExcMessage("invalid size"));
-             Assert(cols[r].size() == bcsp.block(r,c).n_cols(), ExcMessage("invalid size"));
+             Assert(cols[c].size() == bcsp.block(r,c).n_cols(), ExcMessage("invalid size"));
 
              BlockType *p = new BlockType();
              p->reinit(rows[r],

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.