]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Undo accidental checkin.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Jan 2007 16:55:47 +0000 (16:55 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Jan 2007 16:55:47 +0000 (16:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@14306 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/grid_in.cc

index 2b8552f87c1c7d40f712b377061e92b5f433cfe7..cb88cc6213faca16105df83f9d14d0c7fd75b8a8 100644 (file)
@@ -36,12 +36,11 @@ void test1 ()
   Triangulation<dim> tria;
   GridIn<dim> gi;
   gi.attach_triangulation (tria);
-  std::ifstream in ("test.ucd");
+  std::ifstream in ("grid_in_2d.inp");
   gi.read_ucd (in);
-
-  std::ofstream xx("xx");
+  
   GridOut grid_out;
-  grid_out.write_gnuplot (tria, xx);
+  grid_out.write_ucd (tria, logfile);
 }
 
 
@@ -113,8 +112,8 @@ int main ()
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
 
-  test1<3> ();
-//  test2<2> ();
+  test1<2> ();
+  test2<2> ();
                                   // test3 needs NetCDF
 //    test3<2> ();
 

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.