From 76b7ab7b483f29a7c3dfe94abcd9c43a5a368ac3 Mon Sep 17 00:00:00 2001
From: Rene Milk <rene.milk@uni-muenster.de>
Date: Mon, 22 Oct 2012 16:32:51 +0200
Subject: [PATCH] Revert "[common.math] minor fix"

This reverts commit 8b201f5ee86fa08202ea9410f290562a46ff7eec because it was an anti-fix.
---
 dune/stuff/common/math.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/stuff/common/math.hh b/dune/stuff/common/math.hh
index a47383844..b69d8ea16 100644
--- a/dune/stuff/common/math.hh
+++ b/dune/stuff/common/math.hh
@@ -33,7 +33,7 @@ namespace boost {
 namespace math {
 //! isinf specialization for Dune::StraightenBlockVector
 template <class BlockVectorImp, class DofImp>
-inline bool isinf(const Dune::StraightenBlockVector<BlockVectorImp, DofImp>& x)
+inline bool isinf(const Dune::Fem::StraightenBlockVector<BlockVectorImp, DofImp>& x)
 {
   for (size_t i = 0; i < x.size(); ++i) {
     if (std::isinf(x[i]))
-- 
GitLab