From: Wolfgang Bangerth Date: Tue, 5 Apr 2005 19:51:49 +0000 (+0000) Subject: Add operator >> (std::istream &in, Point &p) X-Git-Tag: v8.0.0~14187 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eca22c94707e1173dbc76c100e1d705507f032d;p=dealii.git Add operator >> (std::istream &in, Point &p) git-svn-id: https://svn.dealii.org/trunk@10360 0785d39b-7218-0410-832d-ea1e28bc413d --- 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