From 3c3feaea16ca15aa259be7a8ef786b04a8a5b838 Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Fri, 29 May 2020 07:48:48 -0400 Subject: [PATCH] Update examples/step-68/step-68.cc Co-authored-by: Peter Munch --- examples/step-68/step-68.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-68/step-68.cc b/examples/step-68/step-68.cc index b8af14aa41..64071cd753 100644 --- a/examples/step-68/step-68.cc +++ b/examples/step-68/step-68.cc @@ -146,7 +146,7 @@ namespace Step68 // There remains the task of declaring what run-time parameters we can accept // in input files. Since we have a very limited number of parameters, all - // parameters are declared in the same category. + // parameters are declared in the same section. ParticleTrackingParameters::ParticleTrackingParameters() : ParameterAcceptor("Particle Tracking Problem/") { -- 2.39.5