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