Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b0eff46f authored by Dana Nurse's avatar Dana Nurse Committed by Kostis ANAGNOSTOPOULOS
Browse files

Fixing DelaunayMap.IntpolXZ

parent 35cd5335
No related branches found
No related tags found
Loading

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VECTO", "VECTO\VECTO.vbproj", "{AAC0F132-0A9F-45B3-B682-77AC9B24B352}"
EndProject
......@@ -51,7 +51,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal
......@@ -156,6 +156,7 @@ Public Class cDelaunayMap
Next
'Try approx. solution (fixes rounding errors when points lies exactly on an edge of a triangle)
j = -1
For Each tr In lDTXZ
j += 1
If IsInside(tr, x, z, False) Then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment