From b320ab2e2b88746974640dacb64b3ba7b666ccae Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 8 Sep 2000 12:11:06 +0000 Subject: [PATCH] New Point::distance function. git-svn-id: https://svn.dealii.org/trunk@3313 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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, -- 2.39.5