]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Failing tets on grid_out is now resolved.
authorLuca Heltai <luca.heltai@sissa.it>
Mon, 10 Sep 2007 15:04:43 +0000 (15:04 +0000)
committerLuca Heltai <luca.heltai@sissa.it>
Mon, 10 Sep 2007 15:04:43 +0000 (15:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@15188 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fail/grid_output_input.cc

index edac5a153245313c0f50daa28384c791c40b5ebb..5b76c537b944d1986ca2ef3806a0321d427f507d 100644 (file)
@@ -31,8 +31,8 @@ template<int dim>
 void test(std::ostream& out)
 {
   GridOut go;
-  go.set_flags(GridOutFlags::Ucd(false, true));
-  go.set_flags(GridOutFlags::Msh(true));
+  go.set_flags(GridOutFlags::Ucd(false, true, true));
+  go.set_flags(GridOutFlags::Msh(true, true));
   Triangulation<dim> tr;
   
   GridGenerator::hyper_cube_with_cylindrical_hole(tr, .3, .4, 1, 1, false);

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.