]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Enable gerold_1
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Feb 2004 15:27:11 +0000 (15:27 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Feb 2004 15:27:11 +0000 (15:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@8539 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/Makefile
tests/bits/gerold_1.cc

index e7a8a09e01a6e31680884819250474f232bbcf45..5492e761d5e55c4f94b0e82391f28377b0fd1aa5 100644 (file)
@@ -23,6 +23,7 @@ default: run-tests
 ############################################################
 
 tests_x = anna_? \
+         gerold_1 \
          geometry_info_1 \
          point_inside_? \
          full_matrix_1 \
index adde6b815eb7614201e737be180f0b4b3d89a3f0..a3366f13b757ed44a7ecf771d3eaab6c1a85441c 100644 (file)
@@ -1,5 +1,5 @@
 
-/*    Copyright (C) 1999, 2000, 2001, 2002, 2003 by the deal.II authors */
+/*    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors */
 /*                                                                */
 /*    This file is subject to QPL and may not be  distributed     */
 /*    without copyright and license information. Please refer     */
@@ -7,9 +7,8 @@
 /*    further information on this license.                        */
 
 
-// check whether we can read a 3d grid. this test is presenty
-// disabled, since we cannot read the file, and this will not be fixed
-// in the near future.
+// check whether we can read a 3d grid. this test used to fail until late
+// 2003, when the necessary infrastructure was created
 
 #include "../tests.h"
 #include <grid/tria.h>
@@ -79,7 +78,7 @@ LaplaceProblem<dim>::LaplaceProblem () :
 template <int dim>
 void LaplaceProblem<dim>::run () 
 {
-  std::cout << "Solving problem in " << dim << " space dimensions." << std::endl;
+  deallog << "Solving problem in " << dim << " space dimensions." << std::endl;
   
  
   
@@ -90,14 +89,14 @@ void LaplaceProblem<dim>::run ()
   std::ifstream input_file("gerold_1.inp");
  
 
-  cout << "read ucd data file" << endl;
+  deallog << "read ucd data file" << std::endl;
 
 
   grid_in.read_ucd(input_file);
-  cout << "ucd data file readin exe" << endl;
-
+  deallog << "ucd data file readin exe" << std::endl;
 };
-                       
+
+
 int main () 
 {
   std::ofstream logfile("gerold_1.output");

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.