From: Wolfgang Bangerth Date: Tue, 16 Apr 2013 04:22:28 +0000 (+0000) Subject: Avoid double reference. X-Git-Tag: v8.0.0~693 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5872307b250a089ecf77e79b0911d19eddb383ac;p=dealii.git Avoid double reference. git-svn-id: https://svn.dealii.org/trunk@29295 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/fe_field_function.h b/deal.II/include/deal.II/numerics/fe_field_function.h index 24e8899781..0bdc9ea9bd 100644 --- a/deal.II/include/deal.II/numerics/fe_field_function.h +++ b/deal.II/include/deal.II/numerics/fe_field_function.h @@ -118,7 +118,7 @@ namespace Functions * will own the cell at which the solution is evaluated. Rather, it may be * that the cell in which this point is found is in fact a ghost or * artificial cell (see @ref GlossArtificialCell and - * @ref @ref GlossGhostCell). If the cell is artificial, we have no access + * @ref GlossGhostCell). If the cell is artificial, we have no access * to the solution there and functions that evaluate the solution at * such a point will trigger an exception of type * FEFieldFunction::ExcPointNotAvailableHere. The same kind of exception