EgtMachKernel 2.7e2 :
- modifiche per gestione lavorazioni con percorsi vuoti.
This commit is contained in:
@@ -792,12 +792,10 @@ SimulatorMP::FindAndManageOperationStart( bool bStart, bool bFirst, int& nChange
|
||||
// recupero la nuova operazione
|
||||
if ( nChangeTool == 0) {
|
||||
if ( bStart) {
|
||||
//m_nOpId = m_pMchMgr->GetFirstActiveOperation() ;
|
||||
m_nOpInd = 0 ;
|
||||
m_nOpId = ( m_nOpInd < int( m_vOperId.size()) ? m_vOperId[m_nOpInd] : GDB_ID_NULL) ;
|
||||
}
|
||||
else {
|
||||
// m_nOpId = m_pMchMgr->GetNextActiveOperation( m_nOpId) ;
|
||||
++ m_nOpInd ;
|
||||
m_nOpId = ( m_nOpInd < int( m_vOperId.size()) ? m_vOperId[m_nOpInd] : GDB_ID_NULL) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user