]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo 2877/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 27 Jul 2016 12:25:21 +0000 (14:25 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 27 Jul 2016 12:25:21 +0000 (14:25 +0200)
tests/multigrid/dof_04.cc

index 5feefaa0b4b1529e43c83da1a551d23e2378415e..d6eb7b11f082569d0025f1c9d956e3c991b27a6a 100644 (file)
@@ -51,7 +51,7 @@ void check()
       cell->get_mg_dof_indices(mg_dof_indices);
       bool has_error = false;
       // dof indices should have the same order on both the mg dofs and the
-      // usual dofs becuse there is only one level
+      // usual dofs because there is only one level
       for (unsigned int i=0; i<fe.dofs_per_cell; ++i)
         if (dof_indices[i] != mg_dof_indices[i])
           has_error = true;

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.