From: Wolfgang Bangerth Date: Tue, 2 May 2006 13:31:18 +0000 (+0000) Subject: Make compile again X-Git-Tag: v8.0.0~11817 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7617bbe8690c172ff6ff211e19303847d6ec9642;p=dealii.git Make compile again git-svn-id: https://svn.dealii.org/trunk@12961 0785d39b-7218-0410-832d-ea1e28bc413d --- 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");