From: David Wells Date: Mon, 6 Jun 2016 04:04:03 +0000 (-0400) Subject: Remove some extra '*'s in comments. X-Git-Tag: v8.5.0-rc1~983^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b928178006a7f9f664472ae9c45f78fe4ff43ba9;p=dealii.git Remove some extra '*'s in comments. The issue in GeometryInfo was mixed up a long time ago (26a550a449, May 2006) due to an issue with mixing tabs and spaces. The issue in ParameterHandler also showed up long ago (f428c75299, November 2000) and it is not clear why the indentation script made this error. --- diff --git a/include/deal.II/base/geometry_info.h b/include/deal.II/base/geometry_info.h index a321aaca3d..518ea82368 100644 --- a/include/deal.II/base/geometry_info.h +++ b/include/deal.II/base/geometry_info.h @@ -1808,11 +1808,11 @@ struct GeometryInfo /** * Return true if the given point is inside the unit cell of the present - * space dimension. This * function accepts an additional * parameter which - * specifies how * much the point position may * actually be outside the - * true * unit cell. This is useful because in practice we may often not be - * able to compute the coordinates of a point in reference coordinates - * exactly, but only up to numerical roundoff. + * space dimension. This function accepts an additional parameter which + * specifies how much the point position may actually be outside the true + * unit cell. This is useful because in practice we may often not be able to + * compute the coordinates of a point in reference coordinates exactly, but + * only up to numerical roundoff. * * The tolerance parameter may be less than zero, indicating that the point * should be safely inside the cell. diff --git a/include/deal.II/base/parameter_handler.h b/include/deal.II/base/parameter_handler.h index 32dc6be868..42e9b04d6a 100644 --- a/include/deal.II/base/parameter_handler.h +++ b/include/deal.II/base/parameter_handler.h @@ -2331,7 +2331,7 @@ private: { public: /** - * Declare what a multiple entry is: a variant * entry (in curly braces + * Declare what a multiple entry is: a variant entry (in curly braces * {, }) or an array (in double curly braces * {{, }}). */