From 4fcf045402cf06b4dd3311c891c02cecd0dd4c33 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 13 Jun 2002 11:15:38 +0000 Subject: [PATCH] Use proper reference to type. git-svn-id: https://svn.dealii.org/trunk@6088 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-6/step-6.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-6/step-6.cc b/deal.II/examples/step-6/step-6.cc index 9fa34ada54..e066cd7d4e 100644 --- a/deal.II/examples/step-6/step-6.cc +++ b/deal.II/examples/step-6/step-6.cc @@ -933,7 +933,7 @@ void LaplaceProblem::run () // obtain a reasonable view on the // solution, we rescale the z-axis // by a factor of four. - typename DataOut::EpsFlags eps_flags; + DataOutBase::EpsFlags eps_flags; eps_flags.z_scaling = 4; DataOut data_out; -- 2.39.5