mirror of
https://github.com/NGSolve/netgen.git
synced 2026-06-19 00:56:46 +08:00
Update python_occ.cpp
This commit is contained in:
@@ -274,7 +274,7 @@ DLL_HEADER void ExportNgOCC(py::module &m)
|
||||
auto result = geo->GenerateMesh(mesh, mp);
|
||||
if(result != 0)
|
||||
{
|
||||
netgen::mesh = mesh;
|
||||
netgen::mesh = mesh; // keep mesh for debugging
|
||||
throw Exception("Meshing failed!");
|
||||
}
|
||||
ng_geometry = geo;
|
||||
|
||||
Reference in New Issue
Block a user