From e589b257c3c935de66127ec4cf49b211e2a76265 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Mon, 14 May 2012 09:45:12 +0000
Subject: [PATCH] Added a warning. Please merge to relase.

[[Imported from SVN: r1579]]
---
 dune/istl/paamg/parameters.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dune/istl/paamg/parameters.hh b/dune/istl/paamg/parameters.hh
index d2b630de0..edff1ef89 100644
--- a/dune/istl/paamg/parameters.hh
+++ b/dune/istl/paamg/parameters.hh
@@ -394,6 +394,7 @@ namespace Dune
        * @brief Set the debugging level.
        *
        * @param level If 0 no debugging output will be generated.
+       * @warning In parallel the level has to be consistent over all procceses.
        */
       void setDebugLevel(int level)
       {
-- 
GitLab