mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Backup
This commit is contained in:
@@ -105,7 +105,7 @@ void RivPolylineIntersectionGeometryGenerator::calculateArrays( cvf::UByteArray*
|
||||
// - 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 = 4.0 * weldingDistance;
|
||||
const double weldingCellSize = 20.0 * weldingDistance;
|
||||
|
||||
const size_t numPoints = m_polylineUtm.size();
|
||||
size_t pointIdx = 0;
|
||||
|
||||
Reference in New Issue
Block a user