From 5b06248a15e3ac142bd3f0257bbf91db5cc5cbc7 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 3 Jan 2000 10:24:50 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@2146 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/step-by-step/step-6/step-6.cc | 3 +++ deal.II/examples/step-6/step-6.cc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-6/step-6.cc b/deal.II/deal.II/Attic/examples/step-by-step/step-6/step-6.cc index 9129b61753..04af2fa3d9 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-6/step-6.cc +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-6/step-6.cc @@ -362,6 +362,8 @@ void LaplaceProblem::refine_grid () triangulation.execute_coarsening_and_refinement (); }; + + template void LaplaceProblem::output_results (const unsigned int cycle) const { @@ -410,6 +412,7 @@ void LaplaceProblem::run () output_results (cycle); }; + // ... DataOut::EpsFlags eps_flags; eps_flags.z_scaling = 4; diff --git a/deal.II/examples/step-6/step-6.cc b/deal.II/examples/step-6/step-6.cc index 9129b61753..04af2fa3d9 100644 --- a/deal.II/examples/step-6/step-6.cc +++ b/deal.II/examples/step-6/step-6.cc @@ -362,6 +362,8 @@ void LaplaceProblem::refine_grid () triangulation.execute_coarsening_and_refinement (); }; + + template void LaplaceProblem::output_results (const unsigned int cycle) const { @@ -410,6 +412,7 @@ void LaplaceProblem::run () output_results (cycle); }; + // ... DataOut::EpsFlags eps_flags; eps_flags.z_scaling = 4; -- 2.39.5