Skip to content
Snippets Groups Projects
Commit 24337b5a authored by Markus Blatt's avatar Markus Blatt
Browse files

Use all attributes for AllSet. Even ones we add later.

[[Imported from SVN: r1347]]
parent 60dbaf38
Branches
Tags
No related merge requests found
......@@ -187,7 +187,7 @@ namespace Dune {
typedef Dune::Interface IF;
typedef EnumItem<AttributeSet,OwnerOverlapCopyAttributeSet::owner> OwnerSet;
typedef Combine<EnumItem<AttributeSet,OwnerOverlapCopyAttributeSet::owner>,EnumItem<AttributeSet,OwnerOverlapCopyAttributeSet::overlap>,AttributeSet> OwnerOverlapSet;
typedef Combine<OwnerOverlapSet,EnumItem<AttributeSet,OwnerOverlapCopyAttributeSet::copy>,AttributeSet> AllSet;
typedef Dune::AllSet<AttributeSet> AllSet;
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment