From 4f48337f62888ef84e0694e6e90b89bc7b5a2e4d Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Mon, 19 Jan 2026 15:31:56 +0100 Subject: [PATCH] EgtGeomKernel : - piccola correzione. --- ChainCurves.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChainCurves.cpp b/ChainCurves.cpp index 3c12153..c41ff51 100644 --- a/ChainCurves.cpp +++ b/ChainCurves.cpp @@ -526,7 +526,7 @@ ChainCurves::GetChainedCurves( ICRVCOMPOPOVECTOR& vCrv, double dChainTol, bool b nId = abs( nId) - 1 ; if( bInvert) vCrv[nId]->Invert() ; - if( ! pFirstCrv->AddCurve( Release( vCrv[nId]), true, dChainTol)) ; + if( ! pFirstCrv->AddCurve( Release( vCrv[nId]), true, dChainTol)) return false ; } pFirstCrv->GetEndPoint( ptStart) ;