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