Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje committed Apr 9, 2024
1 parent c792599 commit 0d72b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void RivPolylineIntersectionGeometryGenerator::calculateArrays( cvf::UByteArray*

// Weld vertices per polyline segment
// - Low welding distance, as the goal is to weld duplicate vertices.
// - Number of buckets is set per segment, utilizing number of cells intersecting the segment.
// - Number of buckets is set per segment, utilizing number of cells intersecting the segment
const double weldingDistance = 1.0e-3;
const double weldingCellSize = 20.0 * weldingDistance;

Expand Down

0 comments on commit 0d72b08

Please sign in to comment.