EgtExecutor 2.3h1 :
- la versione x64 compilata con clang-cl - migliorie e correzioni suggerite dal nuovo compilatore.
This commit is contained in:
@@ -193,7 +193,6 @@ ExeResetCurrPartLayer( void)
|
||||
{
|
||||
GseContext* pGseCtx = GetCurrGseContext() ;
|
||||
VERIFY_CTX_GEOMDB( pGseCtx, false)
|
||||
IGeomDB* pGeomDB = pGseCtx->m_pGeomDB ;
|
||||
// reset
|
||||
pGseCtx->m_nCurrPart = GDB_ID_NULL ;
|
||||
pGseCtx->m_nCurrLayer = GDB_ID_NULL ;
|
||||
@@ -600,7 +599,6 @@ ExeSelectPathObjs( int nId, bool bHaltOnFork)
|
||||
}
|
||||
}
|
||||
// recupero il primo percorso concatenato
|
||||
int nFirstId = GDB_ID_NULL ;
|
||||
INTVECTOR vId2s ;
|
||||
bOk = bOk && chainC.GetChainFromNear( ptNear, bHaltOnFork, vId2s) ;
|
||||
for ( size_t i = 0 ; i < vId2s.size() ; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user