From: Timo Heister Date: Fri, 26 Dec 2014 11:13:25 +0000 (-0500) Subject: fix typo in step-52 X-Git-Tag: v8.3.0-rc1~582^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65fbce5b9fe2e84615481913a6e2b3c3881f69c8;p=dealii.git fix typo in step-52 --- diff --git a/examples/step-52/step-52.cc b/examples/step-52/step-52.cc index 774b7e6b83..dfef5db0df 100644 --- a/examples/step-52/step-52.cc +++ b/examples/step-52/step-52.cc @@ -544,7 +544,7 @@ namespace Step52 // Embedded methods use a guessed time step. If the error using this time step // is too large, the time step will be reduced. If the error is below the // threshold, a larger time step will be tried for the next time step. - // delta_t_guess is the guessed time step produced by the embedded method. + // delta_t_guess is the guessed time step produced by the embedded method. unsigned int Diffusion::embedded_explicit_method(const TimeStepping::runge_kutta_method method, const unsigned int n_time_steps, const double initial_time,