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
@@ -82,7 +82,7 @@ VolZmap*
|
||||
VolZmap::Clone( void) const
|
||||
{
|
||||
// alloco oggetto
|
||||
VolZmap* pVzm = new(nothrow) VolZmap ;
|
||||
VolZmap* pVzm = new( nothrow) VolZmap ;
|
||||
if ( pVzm != nullptr) {
|
||||
if ( ! pVzm->CopyFrom( *this)) {
|
||||
delete pVzm ;
|
||||
|
||||
Reference in New Issue
Block a user