From: Wolfgang Bangerth Date: Mon, 26 Jun 2000 09:35:15 +0000 (+0000) Subject: Move inheritance from SOLVER to the same line to make things simpler X-Git-Tag: v8.0.0~20351 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533c96a5b2f9fa0b7ff4b0c437557e701ba7d063;p=dealii.git Move inheritance from SOLVER to the same line to make things simpler for the doc tools. git-svn-id: https://svn.dealii.org/trunk@3072 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/dof_print_solver_step.h b/deal.II/deal.II/include/numerics/dof_print_solver_step.h index 22d7c85501..8016801e2e 100644 --- a/deal.II/deal.II/include/numerics/dof_print_solver_step.h +++ b/deal.II/deal.II/include/numerics/dof_print_solver_step.h @@ -32,8 +32,7 @@ * @author Guido Kanschat, 2000 */ template > -class DoFPrintSolverStep : - public SOLVER +class DoFPrintSolverStep : public SOLVER { public: /** @@ -58,9 +57,9 @@ class DoFPrintSolverStep : * iterative method. */ virtual void print_vectors (const unsigned int step, - const VECTOR& x, - const VECTOR& r, - const VECTOR& d) const; + const VECTOR& x, + const VECTOR& r, + const VECTOR& d) const; private: /** * Output object.