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