mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
bugfix in csg2d
This commit is contained in:
parent
155f2d24ed
commit
28d4b219fa
@ -719,7 +719,7 @@ RelativePositionType oracle(bool prev, Vertex* P1, Vertex* P2, Vertex* P3)
|
||||
{
|
||||
Q = P2->neighbour->next;
|
||||
q = *Q;
|
||||
if(P2->spline)
|
||||
if(P2->neighbour->spline)
|
||||
q = P2->neighbour->spline->TangentPoint();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user