mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
fix 2 bugs for revolution surface
This commit is contained in:
parent
0197a3cca1
commit
0559b03c21
@ -305,6 +305,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
hesse = 0;
|
||||||
(*testout) << "hesse4: " << hesse <<endl;
|
(*testout) << "hesse4: " << hesse <<endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -795,7 +796,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(intersections_before % 2 == 0)
|
if(intersections_after % 2 == 0)
|
||||||
return IS_OUTSIDE;
|
return IS_OUTSIDE;
|
||||||
else
|
else
|
||||||
return IS_INSIDE;
|
return IS_INSIDE;
|
||||||
|
Loading…
Reference in New Issue
Block a user