From: heister Date: Fri, 3 May 2013 01:36:50 +0000 (+0000) Subject: fix typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df927cb67d252000e8b38fad0ea08f243dce7c3a;p=dealii-svn.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],