From: hartmann Date: Wed, 12 Sep 2007 07:12:46 +0000 (+0000) Subject: Make sure that doxygen can cross-link. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42bfd022e5ed2f8df76394ecbf494b1a64040643;p=dealii-svn.git Make sure that doxygen can cross-link. git-svn-id: https://svn.dealii.org/trunk@15196 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 2d7ac7868e..717a6ab3a2 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -71,14 +71,14 @@ inconvenience this causes.

deal.II

-
    -
  1. Fixed+New: The GridOut::Ucd and - GridOut::Msh structures now take a new parameter +

      +
    1. Fixed+New: The @p GridOutFlags::Ucd and + @p GridOutFlags::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 + @p GridIn functions, would not yield the same mesh upon refinement.
      (Luca Heltai 2007/09/10)