mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 13:47:12 -05:00
#14296 Fix spelling: tesselated -> tessellated
This commit is contained in:
@@ -281,7 +281,7 @@ cvf::Vec2ui RigContourMapGrid::calculateMapSize( const cvf::Vec3d& gridExtent, d
|
||||
uint projectionSizeX = static_cast<uint>( std::ceil( gridExtent.x() / sampleSpacing ) );
|
||||
uint projectionSizeY = static_cast<uint>( std::ceil( gridExtent.y() / sampleSpacing ) );
|
||||
|
||||
// A contour map must have at least one cell (two vertices) in each direction to be tesselated.
|
||||
// A contour map must have at least one cell (two vertices) in each direction to be tessellated.
|
||||
// A degenerate bounding box with zero extent in a direction would otherwise produce a zero-sized
|
||||
// map and trigger an assert when generating the triangle patch.
|
||||
projectionSizeX = std::max( projectionSizeX, 1u );
|
||||
|
||||
Reference in New Issue
Block a user