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

    r13622 r14892  
    4949        for(i=0;i<num_controls;i++){
    5050                gradient->AXPY(gradient_list[i],1.0);
    51                 xdelete(&gradient_list[i]);
     51                delete gradient_list[i];
    5252        }
    5353
Note: See TracChangeset for help on using the changeset viewer.