From: bangerth Date: Mon, 18 Feb 2013 03:50:18 +0000 (+0000) Subject: Make doxygen happier. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf8a46a9a7555491b419f374d7f83640dbc4d741;p=dealii-svn.git Make doxygen happier. git-svn-id: https://svn.dealii.org/trunk@28452 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 527ad31d64..dd4f168499 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -198,14 +198,15 @@ you to extrude a 2d mesh to turn it into a 3d mesh.
(Timo Heister, 2013/02/16) -
  • PETScWrappers::MPI::Vector with ghost entries are read-only +
  • PETScWrappers::MPI::Vector objects with ghost entries are read-only now.
    (Timo Heister, 2013/02/16) -
  • PETScWrappers::*Vector::operator= now calls update_ghost_values() +
  • PETScWrappers::Vector::operator= and PETScWrappers::MPI::Vector::operator= +now call update_ghost_values() automatically if necessary. This means that update_ghost_values() -does not need to be from user code at all anymore. +does not need to be called from user code at all any more.
    (Timo Heister, 2013/02/14)