Skip to content

Commit

Permalink
Better precision when building triangulation
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9208 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 29, 2008
1 parent a9da5b7 commit 40a6a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/interpolation/DualEdgeTriangulation.cc
Expand Up @@ -19,7 +19,7 @@
#include <map>
#include "qgslogger.h"

double leftOfTresh = 0.00001;
double leftOfTresh = 0.00000001;

DualEdgeTriangulation::~DualEdgeTriangulation()
{
Expand Down

0 comments on commit 40a6a8d

Please sign in to comment.