From 6628b1ee245db944ece811932c4dff0751e0dcd3 Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 22 Nov 2021 22:56:13 +0100 Subject: [PATCH] =?UTF-8?q?EgtGeomKernel=202.3k5=20:=20-=20correzione=20in?= =?UTF-8?q?=20RemoveTriangle=20di=20TriMesh=20(controllo=20validit=C3=A0?= =?UTF-8?q?=20indice=20vertice).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EgtGeomKernel.rc | Bin 11718 -> 11718 bytes SurfTriMesh.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/EgtGeomKernel.rc b/EgtGeomKernel.rc index 2bed869af1d3e371655ae011860da7917ae26ef6..8823af26857775dc6357e388b0d9b1b392d7b629 100644 GIT binary patch delta 110 zcmX>WeJpyzA2vqQ&G-4vGfl1&(wY2&Q;pGdvZAo=W*@FeEMOU1X1ItOWeJpyzA2vpl&G-4vGfl1&(wY2&Q;pGNvZAo=W*@FeEMOU1X1ItO= int( m_vTria.size())) + if ( nV < 0 || nV >= int( m_vVert.size())) continue ; if ( m_vVert[nV].nIdTria == nId) { int nAdjP = m_vTria[nId].nIdAdjac[i] ;