Ignore:
Timestamp:
12/09/21 12:28:20 (3 years ago)
Author:
ymipsl
Message:

Tracking memory leak : release memory statically alocated

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp

    r2270 r2274  
    2323#include "distribution_type.hpp" 
    2424#include "generic_algorithm_transformation.hpp" 
     25#include "grid_transformation_factory_impl.hpp" 
    2526 
    2627 
     
    6869         CAxis(const CAxis & axis);       // Not implemented yet. 
    6970         CAxis(const CAxis * const axis); // Not implemented yet. 
     71         static void releaseStaticAllocation(void) ; // release static allocation on heap 
    7072 
    7173         static CAxis* createAxis(); 
Note: See TracChangeset for help on using the changeset viewer.