From: Wolfgang Bangerth Date: Mon, 28 Mar 2005 17:25:44 +0000 (+0000) Subject: One more fix. X-Git-Tag: v8.0.0~14300 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57797501e2813fde0851aa5d46c54ba5b49bf9f5;p=dealii.git One more fix. git-svn-id: https://svn.dealii.org/trunk@10247 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.