From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 17:24:29 +0000 (+0000) Subject: Revert to writing VTK. X-Git-Tag: v8.0.0~7537 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df4f87611eef7f9bc3b064cef38d450feb27bda;p=dealii.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); }