From 7bf1563295dd9c5b5bc1bd0ded094ca606ba71cd Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Mon, 9 Sep 2019 16:31:29 +0200 Subject: [PATCH] Initialize geominfo[].trignum in Segment ctor --- libsrc/meshing/meshtype.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/meshing/meshtype.cpp b/libsrc/meshing/meshtype.cpp index db0932b1..7f5862e1 100644 --- a/libsrc/meshing/meshtype.cpp +++ b/libsrc/meshing/meshtype.cpp @@ -71,10 +71,10 @@ namespace netgen surfnr2 = -1; pnums[2] = PointIndex::INVALID; meshdocval = 0; - /* - geominfo[0].trignum=-1; - geominfo[1].trignum=-1; + geominfo[0].trignum=-1; + geominfo[1].trignum=-1; + /* epgeominfo[0].edgenr = 1; epgeominfo[0].dist = 0; epgeominfo[1].edgenr = 1;