From: wolf Date: Thu, 13 Jun 2002 11:15:38 +0000 (+0000) Subject: Use proper reference to type. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fcf045402cf06b4dd3311c891c02cecd0dd4c33;p=dealii-svn.git Use proper reference to type. git-svn-id: https://svn.dealii.org/trunk@6088 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;