From 7617bbe8690c172ff6ff211e19303847d6ec9642 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 2 May 2006 13:31:18 +0000 Subject: [PATCH] Make compile again git-svn-id: https://svn.dealii.org/trunk@12961 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/step-21.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-21/step-21.cc b/deal.II/examples/step-21/step-21.cc index 88a1f8dd13..51b0c453d0 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -1660,7 +1660,7 @@ void DGMethod::output_results (const unsigned int cycle) const << std::endl << std::endl; std::ofstream gnuplot_output (filename.c_str()); - DataOut data_out; + DataOut > data_out; data_out.attach_dof_handler (dof_handler); data_out.add_data_vector (solution2, "u"); data_out.add_data_vector (active_fe_indices, "fe_index"); -- 2.39.5