From ba651d428cf53a5040c4aebee6e0c73c1e723ee1 Mon Sep 17 00:00:00 2001 From: Zhuoran Wang Date: Fri, 20 Dec 2019 00:08:51 -0700 Subject: [PATCH] Verified step-71 uses the best penalty and corrected a typo --- examples/step-71/step-71.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5