diff --git a/COPYING b/COPYING index 9934337529e02722218a2fa30d2b84d884652548..998ea0f0b615f533b9781847c760184844698d08 100644 --- a/COPYING +++ b/COPYING @@ -17,7 +17,7 @@ Copyright holders: 2009 Leonard Kern 2005--2007 Sreejith Pulloor Kuttanikkad 2003--2012 Robert Klöfkorn -2010--2012 Andreas Lauser +2010--2013 Andreas Lauser 2007--2011 Sven Marnach 2012 Tobias Malkmus 2010 Rene Milk diff --git a/dune/common/arraylist.hh b/dune/common/arraylist.hh index 58721f7dfe12a768fd836f02383558b98f5609bf..cd52d5615e56a2b5d37e09e2ee00c62bd582814c 100644 --- a/dune/common/arraylist.hh +++ b/dune/common/arraylist.hh @@ -560,9 +560,6 @@ namespace Dune // Number of chunks with entries in it; size_t chunks = ((start_%chunkSize_ + size_)/chunkSize_ ); - typedef typename std::vector<shared_ptr<array<MemberType, - chunkSize_> > >::iterator iterator; - // Copy chunks to the left. std::copy(chunks_.begin()+distance, chunks_.begin()+(distance+chunks), chunks_.begin());