From c764786c63a0d9c3ca23851a6fd5bb4d5850bd79 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 29 Jan 2010 11:06:07 +0000
Subject: [PATCH] mark warning as such

[[Imported from SVN: r3201]]
---
 dune/solvers/iterationsteps/multigridstep.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/solvers/iterationsteps/multigridstep.cc b/dune/solvers/iterationsteps/multigridstep.cc
index 6d4d9c53..87840d96 100644
--- a/dune/solvers/iterationsteps/multigridstep.cc
+++ b/dune/solvers/iterationsteps/multigridstep.cc
@@ -38,7 +38,7 @@ template<class OperatorType, class VectorType, class BitVectorType>
 void MultigridStep<OperatorType, VectorType, BitVectorType>::preprocess()
 {
     if(preprocessCalled)
-        std::cout << "Preprocess has already been called without calling iterate afterwards!" << std::endl;
+        std::cout << "Warning: Preprocess has already been called without calling iterate afterwards!" << std::endl;
     preprocessCalled = true;
 
     int i;
-- 
GitLab