EgtMachKernel 1.6n2 :
- la funzione IsNotEmpty è stata sostituita dalla IsEmpty.
This commit is contained in:
+1
-1
@@ -280,7 +280,7 @@ Generator::ProcessMachining( int nOpId, int nOpInd)
|
||||
return false ;
|
||||
|
||||
// Verifico non sia vuota
|
||||
if ( ! m_pMchMgr->IsNotEmpty())
|
||||
if ( m_pMchMgr->IsEmpty())
|
||||
return true ;
|
||||
|
||||
// Recupero l'utensile della lavorazione corrente
|
||||
|
||||
Reference in New Issue
Block a user