From: hartmann Date: Fri, 8 Sep 2000 12:11:06 +0000 (+0000) Subject: New Point::distance function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591669a473021ea24387f032ae410350f4ae7d02;p=dealii-svn.git New Point::distance function. git-svn-id: https://svn.dealii.org/trunk@3313 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 4211812e68..093841a6ed 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -133,6 +133,14 @@ documentation, etc. (WB 2000/09/07)

+
  • + New: There is a new distance function + in the Point class that calculates the + distance between two points. +
    + (Ralf Hartmann 2000/09/06) +

    +
  • New: Timer now uses the system function getrusage (RUSAGE_CHILDREN,