From: kanschat Date: Fri, 7 Jan 2011 00:48:27 +0000 (+0000) Subject: add warning X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f11d18c65d389283b3e371bf435c886f9f692711;p=dealii-svn.git add warning git-svn-id: https://svn.dealii.org/trunk@23142 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.