From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 17:00:11 +0000 (+0000) Subject: Use proper formulas X-Git-Tag: v8.0.0~12063 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6dc880ed6409a5dac547a8a65a877237ac2fbb;p=dealii.git Use proper formulas git-svn-id: https://svn.dealii.org/trunk@12635 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 5f66c25ff6..f0f9079cfb 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -1768,7 +1768,7 @@ namespace LaplaceSolver // // For this example, let us choose as // exact solution the function - // u(x,y)=exp(x+sin(10y+5x^2)). In more + // $u(x,y)=exp(x+sin(10y+5x^2))$. In more // than two dimensions, simply repeat // the sine-factor with ``y'' // replaced by ``z'' and so on. Given