EgtMachKernel :
- prime modifiche per tagli inclinati su esterno archi.
This commit is contained in:
+2
-2
@@ -57,7 +57,7 @@ enum nPocketingKey {
|
||||
KEY_UUID,
|
||||
KEY_ZZZ} ; // rappresenta il numero di elementi
|
||||
|
||||
static const std::array<std::string,KEY_ZZZ> sPocketingKey = {
|
||||
static const array<string,KEY_ZZZ> sPocketingKey = {
|
||||
"AB",
|
||||
"AI",
|
||||
"DH",
|
||||
@@ -404,7 +404,7 @@ PocketingData::VerifyLeadOutType( int nVal) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
PocketingData::VerifyTool( const ToolsMgr* pToolsMgr, const std::string& sVal, const ToolData*& pTdata) const
|
||||
PocketingData::VerifyTool( const ToolsMgr* pToolsMgr, const string& sVal, const ToolData*& pTdata) const
|
||||
{
|
||||
if ( pToolsMgr == nullptr)
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user