EgtExecutor :
- modifica prototipi in Machining Optimization.
This commit is contained in:
+2
-2
@@ -180,12 +180,12 @@ ExeOptMachSetOpenBoundForGroups( int nGroup, bool bStartVsEnd, int nFlag, double
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeOptMachGetResult( INTVECTOR& vIds)
|
||||
ExeOptMachCalculate( INTVECTOR& vIds)
|
||||
{
|
||||
vIds.clear() ;
|
||||
// Se oggetto non instanziato, errore
|
||||
if ( IsNull( s_pMO))
|
||||
return false ;
|
||||
// Recupero i risultati
|
||||
return ( s_pMO->GetResult( vIds)) ;
|
||||
return ( s_pMO->Calculate( vIds)) ;
|
||||
}
|
||||
Reference in New Issue
Block a user