From: David Wells Date: Sat, 16 Jan 2016 17:48:42 +0000 (-0500) Subject: Fix two documentation links. X-Git-Tag: v8.4.0-rc2~85^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd7b5460fef47cde466ddd592e213806acde2c2;p=dealii.git Fix two documentation links. --- 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. */