EgtMachKernel :

- preparazione nuova gestione calcolo elevazioni.
This commit is contained in:
Dario Sassi
2023-11-28 09:39:06 +01:00
parent d5c39485ea
commit c8c8d9e2a5
2 changed files with 100 additions and 0 deletions
+1
View File
@@ -625,6 +625,7 @@ MachMgr::VerifyRawPartPhase( int nRawId, int nPhase) const
INTVECTOR vPhase ;
if ( ! GetRawPartPhases( nRawId, vPhase))
return false ;
// verifico presenza nella fase indicata
return ( find( vPhase.begin(), vPhase.end(), nPhase) != vPhase.end()) ;
}