From 0e88249d1fe5aeb16076f8975cf022476411e76b Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 23 Sep 2004 13:46:40 +0000 Subject: [PATCH] last @em removed git-svn-id: https://svn.dealii.org/trunk@9680 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 4c449c8449..d4e1df0217 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -1017,14 +1017,14 @@ class FEValuesBase : protected FEValuesData * this, and introducing a base * class of iterators and making * a function virtual penalizes - * @em{all} users of the + * all users of the * iterators, which are basically * intended as very fast accessor * functions. So we do not want * to do this. Rather, what we do * here is making the functions * we need virtual only for use - * with @em{this class}. The idea + * with this class. The idea * is the following: have a * common base class which * declares some pure virtual -- 2.39.5