From bdf09e2713c7d72ddf190ab2003dbc7117a06cec Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:59:43 +0000 Subject: [PATCH] Fix wrong formula. git-svn-id: https://svn.dealii.org/trunk@12634 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/step-12.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5