From 7bd7b5460fef47cde466ddd592e213806acde2c2 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 16 Jan 2016 12:48:42 -0500 Subject: [PATCH] Fix two documentation links. --- include/deal.II/grid/grid_out.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_out.h b/include/deal.II/grid/grid_out.h index 0d4b80e51c..bd939571a4 100644 --- a/include/deal.II/grid/grid_out.h +++ b/include/deal.II/grid/grid_out.h @@ -931,7 +931,7 @@ public: * boundary indicators explicitly, which is done by this flag. * * Names and values of further flags controlling the output can be found in - * the documentation of the GridOut::Msh() class. + * the documentation of the GridOutFlags::Msh() class. * * Works also in the codimension one case. */ @@ -954,7 +954,7 @@ public: * done by this flag. * * Names and values of further flags controlling the output can be found in - * the documentation of the GridOut::Ucd() class. + * the documentation of the GridOutFlags::Ucd() class. * * Works also for the codimension one case. */ -- 2.39.5