Fix missing fault faces in GetGridSurface() endpoint

Adjust name of python files
This commit is contained in:
Jørgen Herje
2024-03-13 12:47:47 +01:00
parent 4520fe1bbc
commit ae6131e92e
8 changed files with 115 additions and 13 deletions

View File

@@ -28,7 +28,7 @@
#include <vector>
/*
* Class for handling welding of vertices in a polygon to prevent duplicated vertex 3D points within a tolerance margin
* Class for handling welding of vertices internally in a polygon to prevent duplicated vertex 3D points within a tolerance margin
*/
class PolygonVertexWelder
{