From b362fcb3c6f5f5dd77b0c33e0f9d540b6372ef1a Mon Sep 17 00:00:00 2001 From: third-party Date: Wed, 9 May 2001 10:45:45 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@4574 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5