From 5396990de4098c2ff5345d4dcd674de6d99a73cc Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 2 Nov 2017 07:31:17 +0000 Subject: [PATCH] EgtGeomKernel : - modifica stilistica. --- EgtGeomKernel.vcxproj | 1 + EgtGeomKernel.vcxproj.filters | 3 +++ Triangulate.cpp | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/EgtGeomKernel.vcxproj b/EgtGeomKernel.vcxproj index 49b616b..afb5ca0 100644 --- a/EgtGeomKernel.vcxproj +++ b/EgtGeomKernel.vcxproj @@ -386,6 +386,7 @@ copy $(TargetPath) \EgtProg\Dll64 + diff --git a/EgtGeomKernel.vcxproj.filters b/EgtGeomKernel.vcxproj.filters index 036dcb1..50e6534 100644 --- a/EgtGeomKernel.vcxproj.filters +++ b/EgtGeomKernel.vcxproj.filters @@ -809,6 +809,9 @@ File di intestazione\Include + + File di intestazione\Include + diff --git a/Triangulate.cpp b/Triangulate.cpp index 98de39d..8b75c29 100644 --- a/Triangulate.cpp +++ b/Triangulate.cpp @@ -24,7 +24,7 @@ using namespace std ; //---------------------------------------------------------------------------- -static enum EarStatus{ EAS_NULL = -1, EAS_NO = 0, EAS_OK = 1} ; +enum EarStatus{ EAS_NULL = -1, EAS_NO = 0, EAS_OK = 1} ; //---------------------------------------------------------------------------- static bool ChangeStartPntVector( int nNewStart, PNTVECTOR& vPi) ;