EgtGeomKernel 1.9h1 :
- sistemazioni varie in CAvToolTriangle - utilizzo di std::async in CAvToolSurfTm - corretto GetAllTriaAroundVertex di SurfTm - aggiunto ( nothrow) a tutti i new.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ UserObjDefault*
|
||||
UserObjDefault::Clone( void) const
|
||||
{
|
||||
// alloco oggetto
|
||||
UserObjDefault* pOUD = new(nothrow) UserObjDefault ;
|
||||
UserObjDefault* pOUD = new( nothrow) UserObjDefault ;
|
||||
// eseguo copia dei dati
|
||||
if ( pOUD != nullptr) {
|
||||
try { pOUD->m_sName = m_sName ;
|
||||
|
||||
Reference in New Issue
Block a user