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

    r2011 r2270  
    4242  } 
    4343 
    44   CGenericAlgorithmTransformation* CReduceAxisToScalar::createAlgorithm(bool isSource, 
     44  shared_ptr<CGenericAlgorithmTransformation> CReduceAxisToScalar::createAlgorithm(bool isSource, 
    4545                                                        CGrid* gridDst, CGrid* gridSrc, 
    4646                                                        int elementPositionInGrid, 
Note: See TracChangeset for help on using the changeset viewer.