From e66f8e3f2cdffe23b8aaae6c9d8f6cb1c4633f2e Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 7 Jan 2011 00:48:27 +0000 Subject: [PATCH] add warning git-svn-id: https://svn.dealii.org/trunk@23142 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/block_list.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/block_list.h b/deal.II/include/deal.II/lac/block_list.h index 92fdafe785..b570648cf2 100644 --- a/deal.II/include/deal.II/lac/block_list.h +++ b/deal.II/include/deal.II/lac/block_list.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -22,6 +22,9 @@ DEAL_II_NAMESPACE_OPEN /** + * @warning This class is still experimental and will most likely be + * changed in a future release. + * * A vector of index sets listing the indices of small blocks of a * linear system. For each block, the indices in that block are * listed. -- 2.39.5