From: Wolfgang Bangerth Date: Thu, 15 Apr 2004 22:13:12 +0000 (+0000) Subject: Re-shuffle functions. X-Git-Tag: v8.0.0~15329 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf22979010dcd2211a6415ba0d1167261743924c;p=dealii.git Re-shuffle functions. git-svn-id: https://svn.dealii.org/trunk@9020 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 b75e248d93..64a1bf9b94 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -206,9 +206,9 @@ class MinimizationProblem void setup_system_on_mesh (); void assemble_step (); double line_search (const Vector & update) const; + void do_step (); void output_results () const; void refine_grid (); - void do_step (); static double energy (const DoFHandler &dof_handler, const Vector &function);