]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Returning a void value when the function itself is void is allowed,
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 May 2002 14:34:52 +0000 (14:34 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 May 2002 14:34:52 +0000 (14:34 +0000)
but not really a necessary measure, and probably confuses some people...

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

deal.II/examples/step-14/step-14.cc

index 0ffe1c8c37eafa2fc235a522a9709cae662185ba..acef48714901698c050a0f2bfc1e110931b94153 100644 (file)
@@ -900,7 +900,7 @@ namespace LaplaceSolver
   PrimalSolver<dim>::
   postprocess (const Evaluation::EvaluationBase<dim> &postprocessor) const
   {
-    return Solver<dim>::postprocess(postprocessor);
+    Solver<dim>::postprocess(postprocessor);
   };
 
 
@@ -2239,7 +2239,7 @@ namespace LaplaceSolver
   DualSolver<dim>::
   postprocess (const Evaluation::EvaluationBase<dim> &postprocessor) const
   {
-    return Solver<dim>::postprocess(postprocessor);
+    Solver<dim>::postprocess(postprocessor);
   };
   
 

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.