Skip to content

Commit

Permalink
Make default nudge 1e-3.
Browse files Browse the repository at this point in the history
This fixes the 'vestigial wire' bug (#186) but I've yet to reproduce the original missed corner inclusion.
  • Loading branch information
brettviren committed Jan 9, 2023
1 parent 673e6ab commit 219fa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion img/inc/WireCellImg/GridTiling.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace WireCell {
point is inside the strip of that 3rd layer. This
fights floating-point imprecision in wire geometry.
*/
double m_nudge{0.0};
double m_nudge{1e-3};

// Count blobs in each contiguous stream to assign blob
// ident numbers.
Expand Down

0 comments on commit 219fa30

Please sign in to comment.