From 978b6fb55a91e15f127f2cf8aca677e0473a3bb7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Jun 2010 13:40:43 +0000 Subject: [PATCH] Fix wrong formula. git-svn-id: https://svn.dealii.org/trunk@21193 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_q.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index a7924d9416..d8c9633f0c 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -219,8 +219,8 @@ struct FE_Q::Implementation // coincide. i.e. if a and b are // expansion coefficients for the // shape functions from both sides, - // we seek a relation between x and - // y such that + // we seek a relation between a and + // b such that // sum_j a_j phi^c_j(x) // == sum_j b_j phi_j(x) // for all points x on the -- 2.39.5