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

The file fixedarray.hh is renamed to array.hh, to conform with the name of the...

The file fixedarray.hh is renamed to array.hh, to conform with the name of the class it contains.  A backward-compatibility stub will be checked in in a second

[[Imported from SVN: r5542]]
parent bc0af99b
Branches
Tags
No related merge requests found
......@@ -10,9 +10,9 @@ libcommon_la_SOURCES = stdstreams.cc configparser.cc
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/..
commonincludedir = $(includedir)/dune/common
commoninclude_HEADERS = alignment.hh \
commoninclude_HEADERS = alignment.hh array.hh \
arraylist.hh bitsetvector.hh debugstream.hh deprecated.hh \
enumset.hh exceptions.hh fixedarray.hh fmatrix.hh fmatrixev.hh \
enumset.hh exceptions.hh fmatrix.hh fmatrixev.hh \
fvector.hh genericiterator.hh \
helpertemplates.hh iteratorfacades.hh \
misc.hh poolallocator.hh finitestack.hh \
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment