EgtExecutor 1.6g7 :

- aggiunte ExeCreateCurveCompoByApproximation e la corrispondente per LUA_GdbCreateCurve.cpp
- corretta ExeCurveDomain
This commit is contained in:
Dario Sassi
2015-07-27 13:35:47 +00:00
parent de05786c53
commit b19dc441e7
5 changed files with 90 additions and 8 deletions
+1 -1
View File
@@ -613,7 +613,7 @@ ExeCurveDomain( int nId, double* pdStart, double* pdEnd)
if ( pCurve == nullptr)
return false ;
// recupero il dominio
return pCurve->GetDomain( *pdEnd, *pdEnd) ;
return pCurve->GetDomain( *pdStart, *pdEnd) ;
}
//----------------------------------------------------------------------------