From: Wolfgang Bangerth Date: Thu, 13 Jun 2002 11:15:38 +0000 (+0000) Subject: Use proper reference to type. X-Git-Tag: v8.0.0~17868 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf27ade757fa0ba24d37e8d3a36d09afab89dda1;p=dealii.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;