Ignore:
Timestamp:
05/04/13 21:48:17 (12 years ago)
Author:
Eric.Larour
Message:

CHG: replacing xdelete with delete. Gradual change. Nightlys seem to accomodate this change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/AverageOntoPartitionx/AverageOntoPartitionx.cpp

    r13798 r14892  
    6363        /*Free ressources:*/
    6464        xDelete<double>(qmu_part);
    65         xdelete(&partition_contributions);
    66         xdelete(&partition_areas);
    67         xdelete(&vec_average);
     65        delete partition_contributions;
     66        delete partition_areas;
     67        delete vec_average;
    6868
    6969        /*Assign output pointers:*/
Note: See TracChangeset for help on using the changeset viewer.