Skip to content

Commit

Permalink
fix typo and SIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and nyalldawson committed Aug 9, 2020
1 parent 32ebbd8 commit 4ee10b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions python/core/auto_generated/mesh/qgsmeshdataprovider.sip.in
Expand Up @@ -73,6 +73,13 @@ Returns an edge at the index
Remove all vertices, edges and faces

.. versionadded:: 3.14
%End

static bool compareFaces( const QgsMeshFace &face1, const QgsMeshFace &face2 );
%Docstring
Compare two faces, return true if they are equivalent : same indexes and same clock wise

.. versionadded:: 3.16
%End

};
Expand Down
3 changes: 2 additions & 1 deletion src/analysis/interpolation/qgsdualedgetriangulation.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
DualEdgeTriangulation.cpp
QgsDualEdgeTriangulation.cpp
-------------------------
copyright : (C) 2004 by Marco Hugentobler
email : mhugent@geo.unizh.ch
Expand Down Expand Up @@ -2663,6 +2663,7 @@ bool QgsDualEdgeTriangulation::pointInside( double x, double y )
break;
}
}

else//point is on the right side
{
actedge = mHalfEdge[actedge]->getDual();
Expand Down
4 changes: 2 additions & 2 deletions src/analysis/interpolation/qgsdualedgetriangulation.h
@@ -1,5 +1,5 @@
/***************************************************************************
DualEdgeTriangulation.h - description
/**************************************************************************
QgsDualEdgeTriangulation.h - description
-------------------
copyright : (C) 2004 by Marco Hugentobler
email : mhugent@geo.unizh.ch
Expand Down

0 comments on commit 4ee10b5

Please sign in to comment.