mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
don't segfault on internal or external orientations in occ viewer
This commit is contained in:
parent
9e2e467751
commit
37df61b233
@ -1784,7 +1784,7 @@ namespace netgen
|
||||
"Face", "Wire", "Edge", "Vertex"};
|
||||
|
||||
const char * orientationstring[] =
|
||||
{"+", "-"};
|
||||
{"+", "-", "i", "e"};
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user