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