mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
Initialize geominfo[].trignum in Segment ctor
This commit is contained in:
parent
cbd129bf53
commit
7bf1563295
@ -71,10 +71,10 @@ namespace netgen
|
|||||||
surfnr2 = -1;
|
surfnr2 = -1;
|
||||||
pnums[2] = PointIndex::INVALID;
|
pnums[2] = PointIndex::INVALID;
|
||||||
meshdocval = 0;
|
meshdocval = 0;
|
||||||
/*
|
geominfo[0].trignum=-1;
|
||||||
geominfo[0].trignum=-1;
|
geominfo[1].trignum=-1;
|
||||||
geominfo[1].trignum=-1;
|
|
||||||
|
|
||||||
|
/*
|
||||||
epgeominfo[0].edgenr = 1;
|
epgeominfo[0].edgenr = 1;
|
||||||
epgeominfo[0].dist = 0;
|
epgeominfo[0].dist = 0;
|
||||||
epgeominfo[1].edgenr = 1;
|
epgeominfo[1].edgenr = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user