Skip to content

#456 Replace Dune:BitField by Dune::BitSetVector<1>

Metadata

Property Value
Reported by Carsten Gräser (graeser@math.fu-berlin.de)
Reported at Nov 10, 2008 10:30
Type Feature Request
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Oliver Sander (oliver.sander@tu-dresden.de)
Last edited at Feb 16, 2009 18:17
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at Feb 16, 2009 18:17
Closed in version Unknown
Resolution Works for me
Comment

Description

Dune::BitField should be replaced by Dune:BitSetVector. To allow for a smooth transition BitSetVector<1> should be compatible with BitField. Especially the appended [0] must be optional (add cast of proxy class to bool).

Then BitField can be replaced by a 'typedef BitSetVector<1> BitField' for transition.