EgtMachKernel 1.6n2 :
- la funzione IsNotEmpty è stata sostituita dalla IsEmpty.
This commit is contained in:
+2
-2
@@ -534,7 +534,7 @@ Machining::CalculateAxesValues( void)
|
||||
int nPrevOpId = m_pMchMgr->GetPrevActiveOperation( m_nOwnerId) ;
|
||||
Machining* pPrevMch = dynamic_cast<Machining*>( m_pGeomDB->GetUserObj( nPrevOpId)) ;
|
||||
while ( pPrevMch != nullptr) {
|
||||
if ( pPrevMch->IsNotEmpty())
|
||||
if ( ! pPrevMch->IsEmpty())
|
||||
break ;
|
||||
else {
|
||||
nPrevOpId = m_pMchMgr->GetPrevActiveOperation( nPrevOpId) ;
|
||||
@@ -703,7 +703,7 @@ Machining::AdjustStartEndMovements(void)
|
||||
int nPrevOpId = m_pMchMgr->GetPrevActiveOperation( m_nOwnerId) ;
|
||||
Machining* pPrevMch = dynamic_cast<Machining*>( m_pGeomDB->GetUserObj( nPrevOpId)) ;
|
||||
while ( pPrevMch != nullptr) {
|
||||
if ( pPrevMch->IsNotEmpty())
|
||||
if ( ! pPrevMch->IsEmpty())
|
||||
break ;
|
||||
else {
|
||||
nPrevOpId = m_pMchMgr->GetPrevActiveOperation( nPrevOpId) ;
|
||||
|
||||
Reference in New Issue
Block a user