From 1aef486ca2d69736041f6f138115e2ec990f58cb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 27 Feb 2014 23:02:15 +0000 Subject: [PATCH] Fix comment and augment. git-svn-id: https://svn.dealii.org/trunk@32582 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/trilinos_vector_base.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/trilinos_vector_base.h b/deal.II/include/deal.II/lac/trilinos_vector_base.h index 55319da91b..d07b356faa 100644 --- a/deal.II/include/deal.II/lac/trilinos_vector_base.h +++ b/deal.II/include/deal.II/lac/trilinos_vector_base.h @@ -887,8 +887,10 @@ namespace TrilinosWrappers bool has_ghosts; /** - * An Epetra distibuted vector type. Requires an existing Epetra_Map for - * storing data. + * Pointer to the actual Epetra vector object. This may represent a + * vector that is in fact distributed among multiple processors. The + * object requires an existing Epetra_Map for + * storing data when setting it up. */ std_cxx1x::shared_ptr vector; -- 2.39.5