]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't test what cannot run.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Feb 2003 17:10:45 +0000 (17:10 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Feb 2003 17:10:45 +0000 (17:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@7245 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/data_out_faces_01.cc

index 8f4a2248c17e8e141aad95aaf031b95f1cfbb8a0..59e463ec0f2093d9ee3539eb1cba06fbeeafed3f 100644 (file)
@@ -47,13 +47,8 @@ check_this (const DoFHandler<dim> &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
 }
 
 

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.