From: bangerth Date: Thu, 10 Jun 2010 13:40:43 +0000 (+0000) Subject: Fix wrong formula. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe2d7c32a9fe5c40e988abd8020aeae058e6467;p=dealii-svn.git Fix wrong formula. git-svn-id: https://svn.dealii.org/trunk@21193 0785d39b-7218-0410-832d-ea1e28bc413d --- 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