From e81ae09c282d74dbc8f5a00f4b874cc5eeb494f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carsten=20Gr=C3=A4ser?= <graeser@mi.fu-berlin.de>
Date: Tue, 21 Apr 2009 13:26:36 +0000
Subject: [PATCH] Adapt path

[[Imported from SVN: r2397]]
---
 dune-solvers/transferoperators/mandelobsrestrictor.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune-solvers/transferoperators/mandelobsrestrictor.hh b/dune-solvers/transferoperators/mandelobsrestrictor.hh
index 46ae5c0a..f691cc70 100644
--- a/dune-solvers/transferoperators/mandelobsrestrictor.hh
+++ b/dune-solvers/transferoperators/mandelobsrestrictor.hh
@@ -4,7 +4,7 @@
 #include <dune/common/bitsetvector.hh>
 #include <dune-solvers/transferoperators/obstaclerestrictor.hh>
 #include <dune-solvers/transferoperators/multigridtransfer.hh>
-#include "boxconstraint.hh"
+#include <dune-solvers/boxconstraint.hh>
 
 template <class DiscFuncType>
 class MandelObstacleRestrictor : public ObstacleRestrictor<DiscFuncType>
-- 
GitLab