From b11978cef369ad33e3a6719a33c89f73acae9fca Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Dec 2015 10:44:43 -0600 Subject: [PATCH] Fix a piece of incorrect documentation. --- include/deal.II/grid/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 63ad4f5ff8..fd9f4c8773 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -985,7 +985,7 @@ namespace internal * // with the triangulation that we want to be informed about * // mesh refinement * previous_cell = current_cell; - * previous_cell.get_tria().signals.post_refinement + * previous_cell->get_triangulation().signals.post_refinement * .connect (std_cxx11::bind (&FEValues::invalidate_previous_cell, * std_cxx11::ref (*this))); * } -- 2.39.5