From: Fabian Castelli Date: Sun, 9 Oct 2022 08:59:57 +0000 (+0200) Subject: Fix transform() doc entry X-Git-Tag: v9.5.0-rc1~904^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902bc5e73fc4bf3fde41799367f8a3d3758015aa;p=dealii.git Fix transform() doc entry --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 73e2990570..ec769d0b95 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -518,7 +518,7 @@ namespace GridTools * predicate is either an object of a type that has an operator(), * or it is a pointer to a non-member function, or it is a lambda function * object. In either case, argument and return - * value have to be of type `Point@`. + * value have to be of type Point. * * @note The transformations that make sense to use with this function * should have a Jacobian with a positive determinant. For example,