]> https://gitweb.dealii.org/ - dealii.git/commitdiff
assert nobody wants to write just boundary faces
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 2 May 2002 16:18:30 +0000 (16:18 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 2 May 2002 16:18:30 +0000 (16:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@5792 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_out.cc

index 6dec185165ed7f736b1484a008038d9d6783ee1e..691364514722417387c1b901ecf0899c9ba88442 100644 (file)
@@ -44,7 +44,7 @@ template <int dim>
 void GridOut::write_dx (const Triangulation<dim> &tria,
                        std::ostream             &out) 
 {
-//  Assert(false, ExcNotImplemented());
+  Assert(dx_flags.write_all_faces, ExcNotImplemented());
   AssertThrow (out, ExcIO());
                                   // Copied and adapted from write_ucd
   const std::vector<Point<dim> > &vertices    = tria.get_vertices();

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.