From: Zhuoran Wang Date: Fri, 20 Dec 2019 07:08:51 +0000 (-0700) Subject: Verified step-71 uses the best penalty and corrected a typo X-Git-Tag: v9.2.0-rc1~678^2~13 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba651d428cf53a5040c4aebee6e0c73c1e723ee1;p=dealii.git Verified step-71 uses the best penalty and corrected a typo --- diff --git a/examples/step-71/step-71.cc b/examples/step-71/step-71.cc index a841c54d83..9acbeecff2 100644 --- a/examples/step-71/step-71.cc +++ b/examples/step-71/step-71.cc @@ -426,7 +426,7 @@ namespace Step71 // The next building block is the one that assembled penalty terms on each - // of the interior faces of the mesh. As described in the documention of + // of the interior faces of the mesh. As described in the documentation of // MeshWorker::mesh_loop(), this function receives arguments that denote // a cell and its neighboring cell, as well as (for each of the two // cells) the face (and potentially sub-face) we have to integrate