From: Guido Kanschat Date: Fri, 7 Jan 2011 00:50:19 +0000 (+0000) Subject: add warning X-Git-Tag: v8.0.0~4516 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283f6932f22c55f9ecc26aec5249cafa540766a2;p=dealii.git add warning git-svn-id: https://svn.dealii.org/trunk@23143 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/relaxation_block.h b/deal.II/include/deal.II/lac/relaxation_block.h index ca937fdd7d..ee18092533 100644 --- a/deal.II/include/deal.II/lac/relaxation_block.h +++ b/deal.II/include/deal.II/lac/relaxation_block.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// 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 @@ -25,6 +25,9 @@ DEAL_II_NAMESPACE_OPEN /** + * @warning The part of the interface based on BlockList may change in + * a future release. + * * Base class for the implementation of overlapping, multiplicative * Schwarz relaxation methods and smoothers. *