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_axis.hpp

    r2011 r2270  
    6363      static CTransformation<CAxis>* getTransformation(const StdString& id) { return SuperClass::get(id);} 
    6464      virtual void inheritFrom(SuperTransform* srcTransform) { solveDescInheritance(true, this->SuperClass::get((MyClass*)srcTransform)) ;} 
    65       virtual CGenericAlgorithmTransformation* createAlgorithm(bool isSource, 
     65      virtual shared_ptr<CGenericAlgorithmTransformation> createAlgorithm(bool isSource, 
    6666                                                               CGrid* gridDst, CGrid* gridSrc, 
    6767                                                               int elementPositionInGrid, 
Note: See TracChangeset for help on using the changeset viewer.