Skip to content
Snippets Groups Projects
Commit e5e0c9b2 authored by Timo Koch's avatar Timo Koch
Browse files

There is no point in wrapping Intersections and Entities in MakeableInterfaceObjects anymore

parent fb8391d0
No related branches found
No related tags found
No related merge requests found
......@@ -65,9 +65,7 @@ class FoamGridEntityPointer
protected:
//! virtual entity
mutable MakeableInterfaceObject<Entity> virtualEntity_;
Entity virtualEntity_;
};
......
......@@ -188,7 +188,7 @@ private:
}
}
mutable MakeableInterfaceObject<Intersection> intersection_;
Intersection intersection_;
//! \brief pointer to map from facet index onto the intersections associated with the facet
//!
......@@ -379,7 +379,7 @@ private:
/** \brief The actual intersection
*/
mutable MakeableInterfaceObject<Intersection> intersection_;
Intersection intersection_;
};
......
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