Base 7cab9a | Head #4249 f45222 | ||||
---|---|---|---|---|---|
Total | Total | +/- | New | ||
Rate | 64.76% | 64.76% | +0.00% | - | |
Hits | 76352 | 76353 | +1 | 0 | |
Misses | 41556 | 41555 | -1 | 0 |
Filename | Stmts | Miss | Cover |
---|---|---|---|
src/mesh/mesh_triangle_holes.C | 0 | -1 | +0.27% |
TOTAL | 0 | -1 | +0.00% |
code
code
code
+
270 271 272 273 274 275 276 |
{ ray_target = inside - Point(1); intersection_distances = this->find_ray_intersections(inside, ray_target); } // I'd make this an assert, but I'm not 100% confident we can't |