From: bangerth Date: Mon, 6 Jul 2009 17:24:29 +0000 (+0000) Subject: Revert to writing VTK. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e025834541c92e857269e2514bf1b56cb30e1ec;p=dealii-svn.git Revert to writing VTK. git-svn-id: https://svn.dealii.org/trunk@19022 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-36/step-36.cc b/deal.II/examples/step-36/step-36.cc index d7b3d40bc1..813a6eed7b 100644 --- a/deal.II/examples/step-36/step-36.cc +++ b/deal.II/examples/step-36/step-36.cc @@ -343,7 +343,7 @@ void EigenvalueProblem::output_results () const data_out.build_patches (); std::ofstream output ("eigenvectors.vtk"); - data_out.write_gnuplot (output); + data_out.write_vtk (output); }