// Msg::Info("cleaning up the memory %d -> %d", n1, AllTris.size());
}
}
printf("%d vertices \n",packed.size());
clock_tt2=clock();
doubleDT=(double)(t2-t1)/CLOCKS_PER_SEC;
if(packed.size())printf("points inserted DT %12.5E points per minut : %12.5E %d global searchs %d seachs per insertion\n",DT,60.*packed.size()/DT,N_GLOBAL_SEARCH,N_SEARCH/packed.size());