mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
lenght -> length
This commit is contained in:
@@ -69,7 +69,7 @@ private:
|
||||
void clearComputedData();
|
||||
void updateFilteredPipeCenterCoords();
|
||||
|
||||
size_t findFirstSegmentWithLenght(double squareDistanceTolerance);
|
||||
size_t findFirstSegmentWithLength(double squareDistanceTolerance);
|
||||
|
||||
static void computeCircle(double radius, size_t tesselationCount, const cvf::Vec3d& center, const cvf::Vec3d& orient1, const cvf::Vec3d& orient2, std::vector<cvf::Vec3d>* nodes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user