don't segfault on internal or external orientations in occ viewer

This commit is contained in:
Christopher Lackner 2024-03-04 19:49:40 +01:00
parent 9e2e467751
commit 37df61b233

View File

@ -1784,7 +1784,7 @@ namespace netgen
"Face", "Wire", "Edge", "Vertex"};
const char * orientationstring[] =
{"+", "-"};
{"+", "-", "i", "e"};