From 6af9b5156959c4ee0a969acac7dea449c3e9f7f3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 16 Nov 2013 12:46:15 +0000 Subject: [PATCH] Fix a note in a comment. git-svn-id: https://svn.dealii.org/trunk@31684 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/trilinos_sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h b/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h index 6f3327f85b..15c8731d6c 100644 --- a/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h +++ b/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h @@ -3404,7 +3404,7 @@ namespace TrilinosWrappers } - // If the calling matrix owns the row to which we want to add values, we + // If the calling processor owns the row to which we want to add values, we // can directly call the Epetra_CrsMatrix input function, which is much // faster than the Epetra_FECrsMatrix function. if (row_partitioner().MyGID(static_cast(row)) == true) -- 2.39.5