From: Wolfgang Bangerth Date: Thu, 27 Feb 2014 23:02:15 +0000 (+0000) Subject: Fix comment and augment. X-Git-Tag: v8.2.0-rc1~749 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aef486ca2d69736041f6f138115e2ec990f58cb;p=dealii.git Fix comment and augment. git-svn-id: https://svn.dealii.org/trunk@32582 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;