From b4d870a21d5c3e575c050bef88c28b470603c9ee Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 3 Jan 2011 07:05:02 +0000 Subject: [PATCH] Order correctly. git-svn-id: https://svn.dealii.org/trunk@23113 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 0e27905a2d..c5498204cc 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -94,13 +94,6 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

General

    -
  1. New: deal.II now has a Qt based graphical user interface to edit - input parameter files for the ParameterHandler class. The executable is - located in lib/bin/dealii_parameter_gui. -
    - (Martin Steigemann, 2010/12/20) -

  2. -
  3. New: The new step-38 program shows how to discretize and solve partial differential equations posed on curved manifolds embedded in higher dimensional spaces. @@ -108,6 +101,13 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively. (Andrea Bonito, M. Sebastian Pauletti, 2011/01/02)

  4. +
  5. New: deal.II now has a Qt based graphical user interface to edit + input parameter files for the ParameterHandler class. The executable is + located in lib/bin/dealii_parameter_gui. +
    + (Martin Steigemann, 2010/12/20) +

  6. +
  7. New: A significant number of classes, primarily in the base/ subdirectory, now provide the necessary member functions for serialization through BOOST's serialization library. -- 2.39.5