From: bangerth Date: Tue, 26 Aug 2008 01:37:09 +0000 (+0000) Subject: Add to comment on Trilinos bug. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e1d851fae3f033daeed5a319fd58a3fb464355;p=dealii-svn.git Add to comment on Trilinos bug. git-svn-id: https://svn.dealii.org/trunk@16667 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/trilinos_sparse_matrix.cc b/deal.II/lac/source/trilinos_sparse_matrix.cc index e5b4862043..d0b2054fd5 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()));