]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo in comments that confused doxygen.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 5 Aug 2009 14:18:36 +0000 (14:18 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 5 Aug 2009 14:18:36 +0000 (14:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@19181 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 86957d8f2c5e9bdbb270ca762cbad1fc79cb0e6e..2de4d224945ae68b982ec65828402760102f7f69 100644 (file)
@@ -491,12 +491,12 @@ void LaplaceProblem<dim>::assemble_system ()
                                        // As a final remark to these loops:
                                        // when we assemble the local
                                        // contributions into
-                                      // <code>cell_matrix(i,j)<\code>,
+                                      // <code>cell_matrix(i,j)</code>,
                                       // we have to multiply
                                        // the gradients of shape functions i
                                        // and j at point q_point and multiply
                                        // it with the scalar weights JxW. This
-                                       // is actually what happens:
+                                       // is what actually happens:
                                        // <code>fe_values.shape_grad(i,q_point)</code>
                                        // returns a <code>dim</code> dimensional
                                        // vector, represented by a
@@ -540,7 +540,7 @@ void LaplaceProblem<dim>::assemble_system ()
   
                                   // As the final step in this function, we
                                   // wanted to have non-homogeneous boundary
-                                  // values in this example, contrary to the
+                                  // values in this example, unlike the
                                   // one before. This is a simple task, we
                                   // only have to replace the
                                   // <code>ZeroFunction</code> used there by an object

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.