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

assertion now also gives information abount known bug.

[[Imported from SVN: r2161]]
parent cbfed949
Branches
Tags
No related merge requests found
......@@ -138,7 +138,7 @@ public:
// if this assertion is thrown then either the stack = 0
// or we want to uese the pointer but are not the owner
assert( stack_ );
assert( owner_ );
assert( (!owner_) ? (std::cerr << "\nERROR:The feature of copying iterators is not supported by AlbertaGrid at the moment! \n\n", 0) : 1);
return stack_;
}
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment