From a5eb5040e35b5c79d103b362bbdbdc9a35cc7e38 Mon Sep 17 00:00:00 2001 From: blaisb Date: Sat, 2 May 2020 02:07:31 -0400 Subject: [PATCH] Short fix to documentation --- examples/step-70/step-70.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/step-70/step-70.cc b/examples/step-70/step-70.cc index 50f8fbc306..07ceaf5f39 100644 --- a/examples/step-70/step-70.cc +++ b/examples/step-70/step-70.cc @@ -1666,8 +1666,6 @@ namespace Step70 } - // The remainder of the code that parameter parsing and the main function is - // standard. template StokesImmersedProblemParameters::StokesImmersedProblemParameters() @@ -1675,7 +1673,7 @@ namespace Step70 , rhs("Right hand side", spacedim + 1) , angular_velocity("Angular velocity", spacedim == 3 ? spacedim : 1) { - // We split the parameters in various cathegories, by putting them in + // We split the parameters in various categories, by putting them in // different sections of the ParameterHandler class. We begin by // declaring all the global parameters used by StokesImmersedProblem // in the global scope: @@ -1764,7 +1762,7 @@ namespace Step70 } // namespace Step70 - +// The remainder of the code, the main function, is standard. int main(int argc, char *argv[]) { using namespace Step70; -- 2.39.5