Ignore:
Timestamp:
12/07/21 12:07:33 (3 years ago)
Author:
ymipsl
Message:

Tracking memory leak :
Tranformations and algorithms are now managed with shared_ptr.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain.cpp

    r2196 r2270  
    7373  } 
    7474 
    75   CGenericAlgorithmTransformation* CExtractDomain::createAlgorithm(bool isSource, 
     75  shared_ptr<CGenericAlgorithmTransformation> CExtractDomain::createAlgorithm(bool isSource, 
    7676                                                        CGrid* gridDst, CGrid* gridSrc, 
    7777                                                        int elementPositionInGrid, 
Note: See TracChangeset for help on using the changeset viewer.