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