Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 4, 2018
1 parent 51fd516 commit 907fe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mesh/qgstriangularmesh.cpp
Expand Up @@ -24,7 +24,7 @@
#include "qgscoordinatetransform.h"
#include "qgsfeatureid.h"
#include "qgsgeometry.h"
#include "qgsretangle.h"
#include "qgsrectangle.h"

static void ENP_centroid_step( const QPolygonF &pX, double &cx, double &cy, double &signedArea, int i, int i1 )
{
Expand Down

0 comments on commit 907fe38

Please sign in to comment.