EgtMachKernel :
- prime modifiche per tagli inclinati su esterno archi.
This commit is contained in:
+2
-2
@@ -183,7 +183,7 @@ bool
|
||||
MachMgr::IsMachBase( int nId) const
|
||||
{
|
||||
int nLevel ;
|
||||
std::string sName ;
|
||||
string sName ;
|
||||
return ( m_pGeomDB != nullptr &&
|
||||
m_pGeomDB->GetLevel( nId, nLevel) && nLevel == GDB_LV_SYSTEM &&
|
||||
m_pGeomDB->GetName( nId, sName) && sName == MACH_BASE) ;
|
||||
@@ -249,7 +249,7 @@ bool
|
||||
MachMgr::IsMachAux( int nId) const
|
||||
{
|
||||
int nLevel ;
|
||||
std::string sName ;
|
||||
string sName ;
|
||||
return ( m_pGeomDB != nullptr &&
|
||||
m_pGeomDB->GetLevel( nId, nLevel) && nLevel == GDB_LV_TEMP &&
|
||||
m_pGeomDB->GetName( nId, sName) && sName == MACH_AUX) ;
|
||||
|
||||
Reference in New Issue
Block a user