Skip to content
Snippets Groups Projects

Fix/initialize data members in initlist

Merged Timo Koch requested to merge fix/initialize-data-members-in-initlist into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -528,7 +528,6 @@ public:
private:
FoamGridEntityImp<dimgrid-1, dimgrid ,dimworld>* facetPointer_;
//! pointer to global and local intersection geometries
mutable std::shared_ptr<GeometryImpl> geometry_;
mutable std::shared_ptr<LocalGeometryImpl> geometryInInside_;
Loading