Subversion Repositories gelsvn

Rev

Rev 638 | Rev 646 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 638 Rev 643
Line 255... Line 255...
255
 
255
 
256
 
256
 
257
    void laplacian_smooth(Manifold& m,float weight, int max_iter)
257
    void laplacian_smooth(Manifold& m,float weight, int max_iter)
258
    {
258
    {
259
//        laplacian_smooth_example(m);
259
//        laplacian_smooth_example(m);
260
        laplacian_smooth2(m,weight,max_iter);
260
        laplacian_smooth7(m,weight,max_iter);
261
 
261
 
262
//        Util::Timer tim;
262
//        Util::Timer tim;
263
//        cout << "Method 0: ";
263
//        cout << "Method 0: ";
264
//        for(int i=0;i<5;++i) {
264
//        for(int i=0;i<5;++i) {
265
//            Manifold m2 = m;
265
//            Manifold m2 = m;