should plexgeometry.c check for divide by zero?
9 May
2021
9 May
'21
11:06 a.m.
Matt, if (centroid) for (d = 0; d < dim; ++d) centroid[d] /= (vsum*4); csum[d] /= (tdim+1)*vsum; Also for (d = 0; d < dim; d++) n[d] /= norm; etc Would adding (some/all) tests detect errors in the geometry information earlier then later strange behavior that happens because of the infinities in the arrays?
1918
Age (days ago)
1918
Last active (days ago)
0 comments
1 participants
participants (1)
-
Barry Smith