| Base cc8438 | Head #4478 6166de | ||||
|---|---|---|---|---|---|
| Total | Total | +/- | New | ||
| Rate | 65.60% | 65.60% | -0.00% | - | |
| Hits | 78611 | 78610 | -1 | 0 | |
| Misses | 41227 | 41228 | +1 | 0 | |
| Filename | Stmts | Miss | Cover |
|---|---|---|---|
| src/mesh/mesh_triangle_holes.C | 0 | +1 | -0.27% |
| TOTAL | 0 | +1 | -0.00% |
codecodecode+
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 |