]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warning about unused parameters.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Jun 2009 16:16:51 +0000 (16:16 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Jun 2009 16:16:51 +0000 (16:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@18999 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/inhomogeneous_constraints.cc

index 17b3284f2aa4283f9eac533bfcf55e8308403efd..26caf8a8cac11ec37481b9c997ba75cb9ecae2e4 100644 (file)
@@ -72,7 +72,7 @@ class LaplaceProblem
     void solve ();
     void create_coarse_grid ();
     void estimate_smoothness (Vector<float> &smoothness_indicators) const;
-    void postprocess (const unsigned int cycle);
+    void postprocess ();
 
     Triangulation<dim>   triangulation;
 
@@ -487,7 +487,7 @@ void LaplaceProblem<dim>::solve ()
 
 
 template <int dim>
-void LaplaceProblem<dim>::postprocess (const unsigned int cycle)
+void LaplaceProblem<dim>::postprocess ()
 {
   Vector<float> estimated_error_per_cell (triangulation.n_active_cells());
   KellyErrorEstimator<dim>::estimate (dof_handler,
@@ -643,7 +643,7 @@ void LaplaceProblem<dim>::run ()
       assemble_test_2 ();
 
       solve ();
-      postprocess (cycle);
+      postprocess ();
     }
 }
 

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.