]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix missing closing braces.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Aug 2007 19:10:56 +0000 (19:10 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Aug 2007 19:10:56 +0000 (19:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@14968 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-27/step-27.cc

index 8ca74046dc72e87142a73c9ec5f474528e817fc0..6a10ae239eb0068b2c251d50e4e2329bb0e96429 100644 (file)
@@ -872,7 +872,7 @@ estimate_smoothness (Vector<float> &smoothness_indicators) const
                                   // Gauss formula as many times as
                                   // the maximal exponent we use for
                                   // the term $e^{i{\bf k}\cdot{\bf
-                                  // x}$:
+                                  // x}}$:
   QGauss<1>      base_quadrature (2);
   QIterated<dim> quadrature (base_quadrature, N);
 
@@ -882,7 +882,7 @@ estimate_smoothness (Vector<float> &smoothness_indicators) const
                                   // right size, and integrate each entry of
                                   // the matrix numerically as ${\cal
                                   // F}_{{\bf k},j}=\sum_q e^{i{\bf k}\cdot
-                                  // {\bf x}\varphi_j({\bf x}_q)
+                                  // {\bf x}}\varphi_j({\bf x}_q)
                                   // w_q$, where $x_q$  
                                   // are the quadrature points and $w_q$ are
                                   // the quadrature weights. Note that the

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.