From: Wolfgang Bangerth Date: Wed, 11 Mar 2015 02:20:10 +0000 (-0500) Subject: Link to the discussion of the 'goto' in step-26. X-Git-Tag: v8.3.0-rc1~376^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122e4ec26d1d29182b754f0f7e762bf04416b02c;p=dealii.git Link to the discussion of the 'goto' in step-26. --- diff --git a/examples/step-31/step-31.cc b/examples/step-31/step-31.cc index 45b8ccaedf..e20e382f60 100644 --- a/examples/step-31/step-31.cc +++ b/examples/step-31/step-31.cc @@ -2094,7 +2094,8 @@ namespace Step31 // solution and refinement, but without actually advancing in time. Rather, // we use the vilified goto statement to jump out of the time // loop right after mesh refinement to start all over again on the new mesh - // beginning at the start_time_iteration label. + // beginning at the start_time_iteration label. (The use of the + // goto is discussed in step-26.) // // Before we start, we project the initial values to the grid and obtain the // first data for the old_temperature_solution vector. Then, we