From: tcclevenger Date: Thu, 28 Apr 2016 16:24:18 +0000 (-0400) Subject: fixed typo in changes.h X-Git-Tag: v8.5.0-rc1~1069^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2562%2Fhead;p=dealii.git fixed typo in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 64aa6f5cce..4f23fbcc50 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -216,8 +216,8 @@ inconvenience this causes.

Specific improvements

    -
  1. New: added function GridOut::write_mesh_per_processor_as_vtu. This allows - the visualization of a parallel finite element mesh that can be seperated into each +
  2. New: Added function GridOut::write_mesh_per_processor_as_vtu. This allows + the visualization of a parallel finite element mesh that can be separated into each processor's owned and ghost cells. It also allows for the visualization of each level of a multilevel mesh.