From: wolf Date: Mon, 3 Jan 2000 10:24:50 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b06248a15e3ac142bd3f0257bbf91db5cc5cbc7;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@2146 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;