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_to_axis.cpp

    r2255 r2270  
    8888  } 
    8989 
    90   CGenericAlgorithmTransformation* CExtractDomainToAxis::createAlgorithm(bool isSource, 
     90  shared_ptr<CGenericAlgorithmTransformation> CExtractDomainToAxis::createAlgorithm(bool isSource, 
    9191                                                        CGrid* gridDst, CGrid* gridSrc, 
    9292                                                        int elementPositionInGrid, 
Note: See TracChangeset for help on using the changeset viewer.