]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix output file name.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Apr 2006 15:15:19 +0000 (15:15 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Apr 2006 15:15:19 +0000 (15:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@12885 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/find_cell_5.cc

index 6004053d104f827c8aadd4c19c438f9e2615441d..f5946c32dcd03c589c75f281b155e63024ef747d 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  find_cell_4.cc  ---------------------------
+//----------------------------  find_cell_5.cc  ---------------------------
 //    $Id$
 //    Version: $Name$ 
 //
@@ -9,11 +9,12 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  find_cell_4.cc  ---------------------------
+//----------------------------  find_cell_5.cc  ---------------------------
 
 
 // take a 3d mesh and check that we can find an arbitrary point's cell
-// in it
+// in it. this fails at the time of writing this test, since the point
+// is sitting right on the interface between cells...
 
 #include "../tests.h"
 #include <base/logstream.h>
@@ -48,7 +49,7 @@ void check (Triangulation<3> &tria)
 
 int main () 
 {
-  std::ofstream logfile("find_cell_4/output");
+  std::ofstream logfile("find_cell_5/output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);

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.