From: third-party Date: Wed, 9 May 2001 10:45:45 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27316cbf60b9c5f4fc9bd6c7c77ab7ed6259fb7;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@4574 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 814523e3e2..c01b710d1c 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -345,7 +345,7 @@ class FEValuesBase : protected FEValuesData * to get the derivative in one * of the coordinate directions, * use the appropriate function - * of the @pref{Tensor} class to + * of the @ref{Tensor} class to * extract one component. Since * only a reference to the * gradient's value is returned,