From b90cc18af9dc44a4dcf225e7462f9dd6b99fe229 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 5 Jan 2011 07:42:16 +0000
Subject: [PATCH] header boxconstraint.hh moved to dune/solvers/common

[[Imported from SVN: r6669]]
---
 dune/gfe/maxnormtrustregion.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/gfe/maxnormtrustregion.hh b/dune/gfe/maxnormtrustregion.hh
index 6346df4d..a21f973f 100644
--- a/dune/gfe/maxnormtrustregion.hh
+++ b/dune/gfe/maxnormtrustregion.hh
@@ -3,7 +3,7 @@
 
 #include <vector>
 
-#include <dune/solvers/boxconstraint.hh>
+#include <dune/solvers/common/boxconstraint.hh>
 
 template <int blocksize>
 class MaxNormTrustRegion
-- 
GitLab