Skip to content

Commit

Permalink
Test commit towards forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje committed Apr 9, 2024
1 parent d4dddb0 commit c792599
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ void RivPolylineIntersectionGeometryGenerator::calculateArrays( cvf::UByteArray*
const cvf::Vec3d maxHeightVec = zAxisDirection * gridBBox.radius();

// 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
// - 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.
const double weldingDistance = 1.0e-3;
const double weldingCellSize = 20.0 * weldingDistance;

Expand Down

0 comments on commit c792599

Please sign in to comment.