From: wolf Date: Thu, 27 Feb 2003 14:59:00 +0000 (+0000) Subject: Check write_gnuplot as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94aa795b72a6e348207b3e47787728dd61b13815;p=dealii-svn.git Check write_gnuplot as well. git-svn-id: https://svn.dealii.org/trunk@7257 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/data_out_01.cc b/tests/bits/data_out_01.cc index f33ea6fd0f..585b2b454d 100644 --- a/tests/bits/data_out_01.cc +++ b/tests/bits/data_out_01.cc @@ -36,6 +36,7 @@ check_this (const DoFHandler &dof_handler, data_out.write_gmv (deallog.get_file_stream()); data_out.write_tecplot (deallog.get_file_stream()); data_out.write_vtk (deallog.get_file_stream()); + data_out.write_gnuplot (deallog.get_file_stream()); // the following is only // implemented for 2d diff --git a/tests/bits/data_out_common.cc b/tests/bits/data_out_common.cc index 35b2cce4d1..cb50d4ba98 100644 --- a/tests/bits/data_out_common.cc +++ b/tests/bits/data_out_common.cc @@ -73,7 +73,7 @@ check (const FiniteElement &fe, for (unsigned int i=0; i v_cell (dof_handler.get_tria().n_active_cells()); - for (unsigned int i=0; i &dof_handler, data_out_faces.write_gmv (deallog.get_file_stream()); data_out_faces.write_tecplot (deallog.get_file_stream()); data_out_faces.write_vtk (deallog.get_file_stream()); + data_out_faces.write_gnuplot (deallog.get_file_stream()); // povray and eps cannot presently // write out face data