Skip to content
Snippets Groups Projects
Commit dacbf9af authored by Christian Engwer's avatar Christian Engwer
Browse files

removed to 16 bit constraint of BasicType, as it results in an ICE.

[[Imported from SVN: r4619]]
parent 3d7a80de
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ namespace Dune {
private:
/** \brief Basic type of the element */
BasicType basicType_ : 16;
BasicType basicType_;
/** \brief Dimension of the element */
unsigned int dim_;
......
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