Skip to content
Snippets Groups Projects
Commit 439974f5 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

minor change.

[[Imported from SVN: r3981]]
parent f335ce95
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,9 @@
#ifndef DUNE_SIZECACHE_HH
#define DUNE_SIZECACHE_HH
namespace Dune {
#include <dune/common/array.hh>
namespace Dune {
//! organizes the caching of sizes for one grid and one GeometryType
template <class GridImp>
......@@ -28,13 +29,13 @@ namespace Dune {
// the grid
const GridType & grid_;
bool notWorry_;
// true if this class counts simplices
const bool isSimplex_;
// true if this class counts cubes
const bool isCube_;
bool notWorry_;
// count elements of set by iterating the grid
template <class SzCacheType , int codim >
struct CountLevelEntities
......
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