From: wolf Date: Tue, 2 May 2006 13:31:18 +0000 (+0000) Subject: Make compile again X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=282725ac49d9d62514c9d6d766a59f7c9a82eb11;p=dealii-svn.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");