]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix omission.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Jun 1999 08:39:00 +0000 (08:39 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Jun 1999 08:39:00 +0000 (08:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@1432 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_smoother.h
deal.II/deal.II/include/numerics/mg_smoother.h

index fb8fa27b4a7f2d7bce75702adcc204a6270cd379..6db42e8039943910de355993d7893efca366fe1f 100644 (file)
@@ -53,7 +53,8 @@ class MGSmoother
                                      * and the following one for all other
                                      * dimensions.
                                      */
-    MGSmoother (const MGDoFHandler<1> &mg_dof);
+    MGSmoother (const MGDoFHandler<1> &mg_dof,
+               unsigned int           steps);
 
                                     /**
                                      * Constructor. This one collects
@@ -67,7 +68,8 @@ class MGSmoother
                                      * steps to be executed by #smooth#.
                                      */
     template <int dim>
-    MGSmoother (const MGDoFHandler<dim> &mg_dof, unsigned int steps);    
+    MGSmoother (const MGDoFHandler<dim> &mg_dof,
+               unsigned int             steps);    
 
                                     /**
                                      * Reset the values of the degrees of
index fb8fa27b4a7f2d7bce75702adcc204a6270cd379..6db42e8039943910de355993d7893efca366fe1f 100644 (file)
@@ -53,7 +53,8 @@ class MGSmoother
                                      * and the following one for all other
                                      * dimensions.
                                      */
-    MGSmoother (const MGDoFHandler<1> &mg_dof);
+    MGSmoother (const MGDoFHandler<1> &mg_dof,
+               unsigned int           steps);
 
                                     /**
                                      * Constructor. This one collects
@@ -67,7 +68,8 @@ class MGSmoother
                                      * steps to be executed by #smooth#.
                                      */
     template <int dim>
-    MGSmoother (const MGDoFHandler<dim> &mg_dof, unsigned int steps);    
+    MGSmoother (const MGDoFHandler<dim> &mg_dof,
+               unsigned int             steps);    
 
                                     /**
                                      * Reset the values of the degrees of

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.