From: hartmann Date: Wed, 12 Sep 2007 06:31:57 +0000 (+0000) Subject: Fix some typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141f7a321c34751a2446f430f1de39f01d3ad843;p=dealii-svn.git Fix some typos. git-svn-id: https://svn.dealii.org/trunk@15195 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 2f58853b7e..2d7ac7868e 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -72,13 +72,14 @@ inconvenience this causes.

deal.II

    -
  1. Fixed+New: The GridOut::Ucd and GridOut::Msh structures - now take a new parameter write_lines to output lines - with boundary id different from 0 in three-dimensional meshes. This - fixes an annoying bug for which meshes with ids different from zero - where not written in a compatible way, and if re-read with the - corrisponding GridIn functions, would not yeld the same mesh upon - refinement. +

  2. Fixed+New: The GridOut::Ucd and + GridOut::Msh structures now take a new parameter + write_lines to output lines with boundary id different + from 0 in three-dimensional meshes. This fixes an annoying bug for + which meshes with ids different from zero where not written in a + compatible way, and if re-read with the corresponding + GridIn functions, would not yield the same mesh upon + refinement.
    (Luca Heltai 2007/09/10)