Skip to content

Commit

Permalink
Merge pull request #14345 from gfcas/fix_grid_tools_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Oct 10, 2022
2 parents a95f7e5 + 902bc5e commit fb0f4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/grid/grid_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ namespace GridTools
* predicate is either an object of a type that has an <tt>operator()</tt>,
* 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@<spacedim@>`.
* value have to be of type Point<spacedim>.
*
* @note The transformations that make sense to use with this function
* should have a Jacobian with a positive determinant. For example,
Expand Down

0 comments on commit fb0f4b8

Please sign in to comment.