Skip to content
Snippets Groups Projects
Commit b132331b authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

include array.hh instead of fixedarray.hh

[[Imported from SVN: r4469]]
parent 162409a8
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#define QUATERNION_HH
#include <dune/common/fvector.hh>
#include <dune/common/fixedarray.hh>
#include <dune/common/array.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/exceptions.hh>
......
......@@ -6,7 +6,7 @@
*/
#include <dune/common/fvector.hh>
#include <dune/common/fixedarray.hh>
#include <dune/common/array.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/exceptions.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment