special point 0-point fixes

This commit is contained in:
Joachim Schoeberl 2011-09-01 07:35:06 +00:00
parent d60abeaa77
commit ba0319d388

View File

@ -16,7 +16,6 @@
*/
// #undef DEVELOP
// #define DEVELOP
@ -645,7 +644,7 @@ namespace netgen
{
box.GetSubBox (i, sbox);
sbox.Increase (1e-4 * sbox.Diam());
sbox.CalcDiamCenter();
Solid * redsol = sol -> GetReducedSolid (sbox);
if (redsol)