From 4eca22c94707e1173dbc76c100e1d705507f032d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 5 Apr 2005 19:51:49 +0000 Subject: [PATCH] Add operator >> (std::istream &in, Point &p) git-svn-id: https://svn.dealii.org/trunk@10360 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index b4590bf8cc..6a12b72e22 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -159,6 +159,17 @@ inconvenience this causes.

base

    +
  1. + New: There is now a operator >> (std::istream &in, + Point<dim> &p), a function that had apparently been + missing for a long time already. +
    + (Luca Heltai, 2005/03/31) +

    + + +
  2. Fixed: The class FunctionParser had a bug that prevented it -- 2.39.5