Skip to content
Snippets Groups Projects
Commit ef130223 authored by Adrian Burri's avatar Adrian Burri
Browse files

Included <cassert> to prevent compile time error

[[Imported from SVN: r1248]]
parent c0ef6dcd
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@
#define DUNE_GENERICITERATOR_HH
#include <dune/common/iteratorfacades.hh>
#include <cassert>
namespace Dune
{
......
......@@ -224,6 +224,8 @@ namespace Dune {
public:
SBoundaryEntity() : elem_(true) {}
int id () const { return -1; }
//! return true if ghost cell was calced
bool hasGeometry () { return false; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment