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

remove deprecated file 'fixedarray.hh'

[[Imported from SVN: r6100]]
parent f5c8d869
Branches
Tags
No related merge requests found
......@@ -29,7 +29,6 @@ commoninclude_HEADERS = \
exceptions.hh \
fassign.hh \
finitestack.hh \
fixedarray.hh \
float_cmp.cc \
float_cmp.hh \
fmatrix.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