From: Wolfgang Bangerth Date: Thu, 10 Dec 2015 16:44:43 +0000 (-0600) Subject: Fix a piece of incorrect documentation. X-Git-Tag: v8.4.0-rc2~165^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b11978cef369ad33e3a6719a33c89f73acae9fca;p=dealii.git Fix a piece of incorrect documentation. --- 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))); * }