From 1cd7acf4abc13859bb4c5af48a68cfec463bfc72 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 10 Jun 2009 09:30:29 +0000
Subject: [PATCH] header fixedarray.hh has been renamed to array.hh

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

diff --git a/dune-solvers/boxconstraint.hh b/dune-solvers/boxconstraint.hh
index d27c1af7..2033c059 100644
--- a/dune-solvers/boxconstraint.hh
+++ b/dune-solvers/boxconstraint.hh
@@ -3,7 +3,7 @@
 
 #include <limits>
 
-#include <dune/common/fixedarray.hh>
+#include <dune/common/array.hh>
 #include <dune/common/fvector.hh>
 
 template <class T, int dim>
-- 
GitLab