]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move inheritance from SOLVER to the same line to make things simpler
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 26 Jun 2000 09:35:15 +0000 (09:35 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 26 Jun 2000 09:35:15 +0000 (09:35 +0000)
for the doc tools.

git-svn-id: https://svn.dealii.org/trunk@3072 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/dof_print_solver_step.h

index 22d7c855017675f021a2f9c00ec67cd20295e32f..8016801e2e81cbd174f05fbd2ac1517e2771162e 100644 (file)
@@ -32,8 +32,7 @@
  * @author Guido Kanschat, 2000
  */
 template<int dim, class SOLVER, class VECTOR = Vector<double> >
-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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.