From 4a14e48178389ad6c0ad6a6f21c383b3f38c368b Mon Sep 17 00:00:00 2001 From: Jiaqi Zhang Date: Wed, 18 Aug 2021 14:29:02 +0000 Subject: [PATCH] fix documentation --- include/deal.II/matrix_free/matrix_free.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 29170b037b..c6226c804a 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -1758,7 +1758,7 @@ public: * Return the cell iterator in deal.II speak to an interior/exterior cell of * a face in a pair of a face batch and lane index. The second element of * the pair is the face number so that the face iterator can be accessed: - * `pair.first()->face(pair.second());` + * `pair.first->face(pair.second);` * * Note that the face iterators in deal.II go through cells differently to * what the face/boundary loop of this class does. This is because several -- 2.39.5