From 7725ca57cef5e12214e635e498cf229fad55fd1a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 8 Mar 2006 03:10:16 +0000 Subject: [PATCH] Fix more typos. git-svn-id: https://svn.dealii.org/trunk@12563 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_poly_tensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_poly_tensor.h b/deal.II/deal.II/include/fe/fe_poly_tensor.h index bc27f292aa..ad18d74b3a 100644 --- a/deal.II/deal.II/include/fe/fe_poly_tensor.h +++ b/deal.II/deal.II/include/fe/fe_poly_tensor.h @@ -57,7 +57,7 @@ *

Determining the correct basis

* * In most cases, the set of desired node values $N_i$ and the basis - * functions $v_j$ will not fulfil the interpolation condition + * functions $v_j$ will not fulfill the interpolation condition * $N_i(v_j) = \delta_{ij}$. * * The use of the member data #inverse_node_matrix allows to compute -- 2.39.5