mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
Merge branch 'init_geominfo_trignum' into 'master'
Initialize geominfo[].trignum in Segment ctor See merge request jschoeberl/netgen!231
This commit is contained in:
commit
17a790e71e
@ -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