From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:59:43 +0000 (+0000) Subject: Fix wrong formula. X-Git-Tag: v8.0.0~12064 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf09e2713c7d72ddf190ab2003dbc7117a06cec;p=dealii.git Fix wrong formula. git-svn-id: https://svn.dealii.org/trunk@12634 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index 5c6770d39d..a053480287 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -814,7 +814,7 @@ void DGMethod::assemble_system1 () // `ue and vi terms'. Here we // recall the convention that `ui' // is the shortcut for $u_h^+$ and - // `ue' represents $u_h_-$, see the + // `ue' represents $u_h^-$, see the // introduction. FullMatrix ui_vi_matrix (dofs_per_cell, dofs_per_cell); FullMatrix ue_vi_matrix (dofs_per_cell, dofs_per_cell);