From: Wolfgang Bangerth Date: Wed, 17 Nov 2004 03:26:11 +0000 (+0000) Subject: Add comment. X-Git-Tag: v8.0.0~14694 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f98f04ea38689ff09f6a6a6ce6552b2c426091;p=dealii.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