]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make a couple of tests work.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 19 Sep 2013 19:31:50 +0000 (19:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 19 Sep 2013 19:31:50 +0000 (19:31 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30841 0785d39b-7218-0410-832d-ea1e28bc413d

tests/codim_one/grid_in_out_03.cc
tests/codim_one/grid_in_out_03.output
tests/codim_one/mesh_bug.cc

index 9816190e8664d983dd4dd06d03241571c274b908..7fa8eb1e92726cb999af8a3ec37cabb645602898 100644 (file)
@@ -35,7 +35,7 @@ template <int dim, int spacedim>
 void test(std::string filename)
 {
   logfile << " Tria<" << dim << "," << spacedim << ">: "
-          << filename << std::endl;
+          << std::endl;
   Triangulation<dim, spacedim> tria;
   GridIn<dim, spacedim> gi;
   gi.attach_triangulation (tria);
index 47e91aa1dd538bc2c6b6d4afbfa97cc52f0fc03a..282e6e94f0f8eab8a1a05f8b5588703bb691b4bb 100644 (file)
@@ -1,5 +1,5 @@
 
- Tria<2,3>: grids/square.inp
+ Tria<2,3>: 
 41472 2
 40960 8
 0 0 
@@ -14,7 +14,7 @@
 0 
 40977
 41473
- Tria<2,3>: grids/sphere_1.inp
+ Tria<2,3>: 
 41472 2
 40960 212
 255 255 255 255 255 255 255 252 255 15 255 255 255 0 240 255 0 252 3 12 240 240 255 255 243 255 15 
index 7f8704108fa7621e8a551436a119378b8fdac0de..f60f0cd1846a81982ea6fdbd4731383f0d7e62d5 100644 (file)
@@ -41,7 +41,7 @@ int main ()
   Triangulation<2,3> tria;
   GridIn<2,3> gi;
   gi.attach_triangulation(tria);
-  std::ifstream infile("cmp/generic");
+  std::ifstream infile(SOURCE_DIR "/mesh_bug.output");
   gi.read(infile);
 
   const std::vector<Point<3> > &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.