]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add "OK" marker.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Jan 2004 23:53:25 +0000 (23:53 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Jan 2004 23:53:25 +0000 (23:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@8348 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/mapping_q4_3d.cc

index 2a0b39a8568c18c03744c87adf27a987611bdd7d..89e2f8c29447600c35e94ef3aeb720809d3ce544 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2003 by the deal.II authors
+//    Copyright (C) 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
@@ -12,8 +12,9 @@
 //----------------------------  mapping_q4_3d.cc  ---------------------------
 
 
-// this test used to fail somewhere in the 3d parts of MappingQ for
-// fourth order mappings
+// this test used to fail somewhere in the 3d parts of MappingQ for fourth
+// order mappings. it later turned out that the weird error was simply that
+// something wasn't implemented, which is now the case
 
 #include <base/logstream.h>
 #include <base/quadrature_lib.h>
@@ -46,8 +47,13 @@ int main ()
   MappingQ<3> mapping(4);
   QGauss3<2> q_face;
   FEFaceValues<3> fe_face_values (mapping, fe, q_face,
-                                  update_normal_vectors | update_JxW_values);
+                                  update_normal_vectors |
+                                  update_JxW_values);
   fe_face_values.reinit (dof_handler.begin_active(), 0);
+
+                                   // if we got here, we got past the previous
+                                   // abort
+  deallog << "OK" << std::endl;
 }
 
   

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.