EgtInterface 1.6r8 :

- aggiornamento interfaccia.
This commit is contained in:
Dario Sassi
2016-06-02 06:59:02 +00:00
parent 84ad227856
commit 52baf7407a
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -258,7 +258,7 @@ __stdcall EgtExplodeCurveCompo( int nId, int* pnCount)
//-------------------------------------------------------------------------------
BOOL
__stdcall EgtMergeCurvesInCurveCompo( int nId, double dLinTol)
__stdcall EgtMergeCurvesInCurveCompo( int nId, double dLinTol, BOOL bStartEnd)
{
return ( ExeMergeCurvesInCurveCompo( nId, dLinTol) ? TRUE : FALSE) ;
return ( ExeMergeCurvesInCurveCompo( nId, dLinTol, ( bStartEnd != FALSE)) ? TRUE : FALSE) ;
}