From: Wolfgang Bangerth Date: Tue, 8 May 2018 08:12:25 +0000 (-0500) Subject: Update step-23.cc X-Git-Tag: v9.1.0-rc1~1188^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6523%2Fhead;p=dealii.git Update step-23.cc --- diff --git a/examples/step-23/step-23.cc b/examples/step-23/step-23.cc index b18497dcb1..5c008c1ac3 100644 --- a/examples/step-23/step-23.cc +++ b/examples/step-23/step-23.cc @@ -140,7 +140,7 @@ namespace Step23 Vector old_solution_u, old_solution_v; Vector system_rhs; - double time_step + double time_step; double time; unsigned int timestep_number; const double theta;