From 57797501e2813fde0851aa5d46c54ba5b49bf9f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 28 Mar 2005 17:25:44 +0000 Subject: [PATCH] One more fix. git-svn-id: https://svn.dealii.org/trunk@10247 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/point.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/point.h b/deal.II/base/include/base/point.h index 72cb14f0b7..ec2ebbea5c 100644 --- a/deal.II/base/include/base/point.h +++ b/deal.II/base/include/base/point.h @@ -27,7 +27,7 @@ * It is the preferred object to be passed to functions which operate on * points in spaces of a priori unknown dimension: rather than using functions * like double f(double x) and double f(double x, double y), - * you use double f(Point &p). + * you use double f(Point &p). * * Point also serves as a starting point for the implementation of * the geometrical primitives like cells, edges, or faces. -- 2.39.5