1 #ifndef DUNE_ALBERTA_PERSISTENTCONTAINER_HH
2 #define DUNE_ALBERTA_PERSISTENTCONTAINER_HH
14 template<
int dim,
int dimworld,
class Data,
class Allocator >
16 :
public PersistentContainerVector< AlbertaGrid< dim, dimworld >, typename AlbertaGrid< dim, dimworld >::HierarchicIndexSet, std::vector< Data, Allocator > >
26 :
Base( grid, codim, grid.hierarchicIndexSet(), 1.1, allocator )
32 #endif // #if HAVE_ALBERTA
34 #endif // #ifndef DUNE_ALU_PERSISTENTCONTAINER_HH