From ec3d1f875e19b59836ddb1f5ebf78196b429c15f Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 27 Aug 2008 11:26:04 +0000 Subject: [PATCH] Re-add the comment that was lost in the last commit. git-svn-id: https://svn.dealii.org/trunk@16671 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/trilinos_sparse_matrix.cc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/deal.II/lac/source/trilinos_sparse_matrix.cc b/deal.II/lac/source/trilinos_sparse_matrix.cc index 3af6a7a2cf..cd8838d66a 100755 --- a/deal.II/lac/source/trilinos_sparse_matrix.cc +++ b/deal.II/lac/source/trilinos_sparse_matrix.cc @@ -195,10 +195,14 @@ namespace TrilinosWrappers ExcDimensionMismatch (matrix->NumGlobalRows(), sparsity_pattern.n_rows())); - // Trilinos seems to have a bug for - // rectangular matrices at this point, - // so do not check for consistent - // column numbers here. + // Trilinos seems to have a bug for + // rectangular matrices at this point, + // so do not check for consistent + // column numbers here. + // + // this bug is filed in the Sandia + // bugzilla under #4123 and should be + // fixed for version 9.0 // Assert (matrix->NumGlobalCols() == (int)sparsity_pattern.n_cols(), // ExcDimensionMismatch (matrix->NumGlobalCols(), // sparsity_pattern.n_cols())); -- 2.39.5