From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Wed, 17 Nov 2004 03:26:11 +0000 (+0000)
Subject: Add comment.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f774641794f2b9115e2d912002875e585a96bda3;p=dealii-svn.git

Add comment.


git-svn-id: https://svn.dealii.org/trunk@9778 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/tests/bits/mesh_3d_17.cc b/tests/bits/mesh_3d_17.cc
index 6df508ddff..60d3c08101 100644
--- a/tests/bits/mesh_3d_17.cc
+++ b/tests/bits/mesh_3d_17.cc
@@ -1,4 +1,20 @@
-// check TriaCellAccessor::neighbor_child_on_subface
+//----------------------------  mesh_3d_17.cc  ---------------------------
+//    $Id$
+//    Version: $Name$ 
+//
+//    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
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//----------------------------  mesh_3d_17.cc  ---------------------------
+
+
+// we used to have an abort in an assertion in
+// TriaCellAccessor::neighbor_child_on_subface. it turned out that the
+// assertion was wrong. make sure it works now.
 
 #include "../tests.h"
 #include <base/quadrature_lib.h>