EgtExecutor 1.6g7 :
- aggiunte ExeCreateCurveCompoByApproximation e la corrispondente per LUA_GdbCreateCurve.cpp - corretta ExeCurveDomain
This commit is contained in:
+3
-3
@@ -143,10 +143,10 @@ const char*
|
||||
InterpTypeToString( int nIntpType)
|
||||
{
|
||||
switch ( nIntpType) {
|
||||
case ITT_AKIMA : return "GDB_PI.AKIMA" ;
|
||||
case ITT_ARCS : return "GDB_PI.ARCS" ;
|
||||
default :
|
||||
case ITT_AKIMA_CORNER : return "GDB_PI.AKIMA_CORNER" ;
|
||||
case ITT_BESSEL : return "GDB_PI.BESSEL" ;
|
||||
case ITT_ARCS_CORNER : return "GDB_PI.ARCS_CORNER" ;
|
||||
case ITT_CUBICS : return "GDB_PI.CUBICS" ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user