]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile again
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 May 2006 13:31:18 +0000 (13:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 May 2006 13:31:18 +0000 (13:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@12961 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-21/step-21.cc

index 88a1f8dd13e07af9aa91422b8f7d2fcacd92262a..51b0c453d09cde26e662b43c0bf5f6f8770cf952 100644 (file)
@@ -1660,7 +1660,7 @@ void DGMethod<dim>::output_results (const unsigned int cycle) const
            << std::endl << std::endl;
   std::ofstream gnuplot_output (filename.c_str());
   
-  DataOut<dim, hp::DoFHandler> data_out;
+  DataOut<dim, hp::DoFHandler<dim> > 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");

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.