From: Timo Heister Date: Fri, 3 May 2013 01:36:50 +0000 (+0000) Subject: fix typo X-Git-Tag: v8.0.0~120^2~60 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f56c60c30e53d6eb8b7f538f85908563ae353e;p=dealii.git fix typo git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29441 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/lac/petsc_parallel_block_sparse_matrix.cc b/deal.II/source/lac/petsc_parallel_block_sparse_matrix.cc index 69539924e0..94d9544768 100644 --- a/deal.II/source/lac/petsc_parallel_block_sparse_matrix.cc +++ b/deal.II/source/lac/petsc_parallel_block_sparse_matrix.cc @@ -95,7 +95,7 @@ namespace PETScWrappers for (unsigned int c=0; cn_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],