EgtMachKernel 1.6n2 :

- la funzione IsNotEmpty è stata sostituita dalla IsEmpty.
This commit is contained in:
Dario Sassi
2016-02-09 09:49:26 +00:00
parent 6cfdb4d22b
commit 63f3492566
10 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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