Issue/mesh data
Compare changes
- Stéphane Del Pino authored
MeshData constructor can now only be called by MeshDataManager! This ensures only one construction of the data storage for each mesh Also fix following issues - volume calculation and checking was dangerously nested - few iterators were poorly named (due to copy/paste in MeshDataManager)
+ 39
− 28
@@ -64,7 +64,7 @@ struct GlaceScheme
@@ -75,8 +75,6 @@ struct GlaceScheme
@@ -115,24 +113,25 @@ struct GlaceScheme
@@ -152,6 +151,11 @@ struct GlaceScheme
@@ -160,17 +164,20 @@ struct GlaceScheme
@@ -190,13 +197,17 @@ struct GlaceScheme