mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00: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;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user