From 3d2f2fe26fc6284a416a011fcf9336cedd810dba Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 14 Jan 2011 09:53:41 +0000
Subject: [PATCH] Mark a very stupid sign bug with a preprocessor warning.

I'll fix that soon.  I want to take the time and see how
much the behavior changes.

[[Imported from SVN: r6739]]
---
 dune/gfe/rotation.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh
index ebc0b1d5..d30bd9e2 100644
--- a/dune/gfe/rotation.hh
+++ b/dune/gfe/rotation.hh
@@ -244,6 +244,7 @@ public:
 
             for (int m=0; m<3; m++) {
                 
+#warning There is a bug in the following line!
                 result[m][i] = (norm<1e10) 
                     /** \todo Isn't there a better way to implement this stably? */
                     ? 0.5 * (i==m) 
-- 
GitLab