// K and all other relevant objects (link, splits,..)
//
// deleted objects:
- // - are replaced by the value : scicos_new('Deleted')
+ // - are replaced by the value : mlist("Deleted")
// - not to change the indexing: use do_purge to suppress them and to renumber objects
//
//** Perform deletion of [scs_m] object whose index are given in the vector
//** [K] and all other relevant objects (link, splits,..) in recursive way
//
- //** Deleted objects are replaced by the value : scicos_new('Deleted')
+ //** Deleted objects are replaced by the value : mlist("Deleted")
//** ---> not to change the indexing:
//** ---> use [do_purge] to suppress them and to renumber objects
//** Similar strategy is used for the ghraphics object: to mantain the coherency
//** Scan all the deleted elements and update the graphics datastrucure
for k = DEL
- scs_m.objs(k) = scicos_new("Deleted"); //** mark the object as "Deleted"
+ scs_m.objs(k) = mlist("Deleted"); //** mark the object as "Deleted"
end
endfunction