Skip to content
Snippets Groups Projects
Commit ff1587f1 authored by Oliver Sander's avatar Oliver Sander
Browse files

for backward compatibility: include array.hh and issue a warning

[[Imported from SVN: r5543]]
parent b3c7f772
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/..
commonincludedir = $(includedir)/dune/common
commoninclude_HEADERS = alignment.hh array.hh \
arraylist.hh bitsetvector.hh debugstream.hh deprecated.hh \
enumset.hh exceptions.hh fmatrix.hh fmatrixev.hh \
enumset.hh exceptions.hh fixedarray.hh fmatrix.hh fmatrixev.hh \
fvector.hh genericiterator.hh \
helpertemplates.hh iteratorfacades.hh \
misc.hh poolallocator.hh finitestack.hh \
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_FIXEDARRAY_HH
#define DUNE_FIXEDARRAY_HH
/** \file
\brief For backward compatibility: include array.hh and issue a warning
*/
#warning This file is deprecated. Please use array.hh instead!
#include <dune/common/array.hh>
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment