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

outerNormal_ in DeaultIntersction Iterator is now Object. not pointer to

object.

[[Imported from SVN: r686]]
parent 9864284d
No related branches found
No related tags found
No related merge requests found
......@@ -642,7 +642,7 @@ namespace Dune {
protected:
//! the outer normal
Vec<dimworld,ct> * outerNormal_;
Vec<dimworld,ct> outerNormal_;
//! tmp Vec for integration_element
Vec<dim-1,ct> tmp_;
......
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