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/interpolate_axis.cpp

    r2122 r2270  
    136136  } 
    137137 
    138   CGenericAlgorithmTransformation* CInterpolateAxis::createAlgorithm(bool isSource, 
     138  shared_ptr<CGenericAlgorithmTransformation> CInterpolateAxis::createAlgorithm(bool isSource, 
    139139                                                        CGrid* gridDst, CGrid* gridSrc, 
    140140                                                        int elementPositionInGrid, 
Note: See TracChangeset for help on using the changeset viewer.