From 9502aa1f9dd506ae07e3f06c3b679efca4adf364 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 25 Feb 2003 17:10:45 +0000 Subject: [PATCH] Don't test what cannot run. git-svn-id: https://svn.dealii.org/trunk@7245 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/data_out_faces_01.cc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tests/bits/data_out_faces_01.cc b/tests/bits/data_out_faces_01.cc index 8f4a2248c1..59e463ec0f 100644 --- a/tests/bits/data_out_faces_01.cc +++ b/tests/bits/data_out_faces_01.cc @@ -47,13 +47,8 @@ check_this (const DoFHandler &dof_handler, data_out_faces.write_tecplot (deallog.get_file_stream()); data_out_faces.write_vtk (deallog.get_file_stream()); - // the following is only - // implemented for 2d - if (dim == 2) - { - data_out_faces.write_povray (deallog.get_file_stream()); - data_out_faces.write_eps (deallog.get_file_stream()); - } + // povray and eps cannot presently + // write out face data } -- 2.39.5