mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
Avoid loading geometry from mesh file twice
Ng_LoadMesh() tries to read the geometry from the mesh file. If it was read before by Mesh::Load(), the preloaded geometry is replaced by ng_geometry (which might be garbage) This is a mere workaround, not a clean solution (Mesh::Load() should handle everything, including MPI distribution of geometry)
This commit is contained in:
parent
00d6c94bd9
commit
47de18a508
@ -1660,10 +1660,6 @@ namespace netgen
|
|||||||
clusters -> Update();
|
clusters -> Update();
|
||||||
}
|
}
|
||||||
|
|
||||||
auto geo = geometryregister.LoadFromMeshFile (infile);
|
|
||||||
if(geo)
|
|
||||||
geometry = geo;
|
|
||||||
|
|
||||||
SetNextMajorTimeStamp();
|
SetNextMajorTimeStamp();
|
||||||
// PrintMemInfo (cout);
|
// PrintMemInfo (cout);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user