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/transformation/transformation.hpp

    r2118 r2270  
    4040      virtual const string& getName(void) { ERROR("string Transformation<T>::getId())",<< "unimplemented virtual function for child"); } ; 
    4141      virtual const string& getDefName(void) { ERROR("string Transformation<T>::getId())",<< "unimplemented virtual function for child"); } ; 
    42       virtual CGenericAlgorithmTransformation* createAlgorithm(bool isSource, 
     42      virtual shared_ptr<CGenericAlgorithmTransformation> createAlgorithm(bool isSource, 
    4343                                                               CGrid* gridDst, CGrid* gridSrc, 
    4444                                                               int elementPositionInGrid, 
Note: See TracChangeset for help on using the changeset viewer.