From: Wolfgang Bangerth Date: Tue, 8 Jun 2010 15:23:32 +0000 (+0000) Subject: Remove a reference that only makes sense on the branch. X-Git-Tag: v8.0.0~6070 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=796002a8851cbc05c2a878c9d44f11e930712f7d;p=dealii.git Remove a reference that only makes sense on the branch. git-svn-id: https://svn.dealii.org/trunk@21177 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/types.h b/deal.II/base/include/base/types.h index f55790796c..e73d9baf57 100644 --- a/deal.II/base/include/base/types.h +++ b/deal.II/base/include/base/types.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2009 by the deal.II authors +// Copyright (C) 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -57,13 +57,6 @@ namespace types * distributed on many * processors. Such cells are * called "artificial". - * - * See the glossary entries on @ref - * GlossSubdomainId "subdomain ids" - * and @ref GlossArtificialCell - * "artificial cells" as well as - * the @ref distributed module for - * more information. */ const unsigned int artificial_subdomain_id = static_cast(-2); }