From: wolf Date: Mon, 11 Nov 2002 15:58:10 +0000 (+0000) Subject: Check in temporary fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d193681b3a5359ba3a1a55fa630c714615321981;p=dealii-svn.git Check in temporary fix. git-svn-id: https://svn.dealii.org/trunk@6749 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-15/step-15.cc b/deal.II/examples/step-15/step-15.cc index 00743ae483..71b54d3335 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -65,7 +65,7 @@ class MinimizationProblem private: void setup_system (); - void assemble_newton_step (bool p); + void assemble_newton_step (const bool p); void solve (); void initialize (); void refine_grid ();