From 90edd720d96864d973159c005719ba7a370f9b85 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Sun, 1 Mar 2009 22:59:31 +0000 Subject: [PATCH] Write out some better information in case of error. git-svn-id: https://svn.dealii.org/trunk@18439 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/trilinos_sparse_matrix.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deal.II/lac/include/lac/trilinos_sparse_matrix.h b/deal.II/lac/include/lac/trilinos_sparse_matrix.h index 8d2f6e2bee..92728a1855 100755 --- a/deal.II/lac/include/lac/trilinos_sparse_matrix.h +++ b/deal.II/lac/include/lac/trilinos_sparse_matrix.h @@ -2514,20 +2514,22 @@ namespace TrilinosWrappers #ifdef DEBUG if (ierr > 0) { + std::cout << "------------------------------------------" + << std::endl; std::cout << "Got error " << ierr << " in row " << row << " of proc " << row_map.Comm().MyPID() - << " with columns:" << std::endl; + << " when trying to add the columns:" << std::endl; for (int i=0; i