diff --git a/libsrc/interface/readuser.cpp b/libsrc/interface/readuser.cpp index 10cb9894..abfc6775 100644 --- a/libsrc/interface/readuser.cpp +++ b/libsrc/interface/readuser.cpp @@ -260,6 +260,7 @@ namespace netgen Point3d pmin, pmax; mesh.ComputeNVertices(); + mesh.RebuildSurfaceElementLists(); mesh.GetBox (pmin, pmax); cout << "bounding-box = " << pmin << "-" << pmax << endl; }