src/benchmark/hcube.cc
changeset 946 c94ef40a22ce
parent 921 818510fa3d99
     1.1 --- a/src/benchmark/hcube.cc	Mon Oct 25 13:29:46 2004 +0000
     1.2 +++ b/src/benchmark/hcube.cc	Wed Oct 27 22:38:50 2004 +0000
     1.3 @@ -66,12 +66,15 @@
     1.4      for(int i=0;i<dim*(1<<dim);i++) P();
     1.5      
     1.6      //  for(EdgeIt e(G);G.valid(e);G.next(e)) map[e]=P();
     1.7 -    Edge te;
     1.8 -    for(int i=0;i<dim*(1<<dim);i++) {
     1.9 -      te.setToId(((long long int)(i)*93505)%(dim*(1<<dim)));
    1.10 -      //    map[Edge(((long long int)(i)*2987)%(dim*(1<<dim)))]=P();
    1.11 -      map[te]=P();
    1.12 -    }
    1.13 +
    1.14 +    ///\todo It must have been commented out because of
    1.15 +    ///setToId
    1.16 +//     Edge te;
    1.17 +//     for(int i=0;i<dim*(1<<dim);i++) {
    1.18 +//       te.setToId(((long long int)(i)*93505)%(dim*(1<<dim)));
    1.19 +//       //    map[Edge(((long long int)(i)*2987)%(dim*(1<<dim)))]=P();
    1.20 +//       map[te]=P();
    1.21 +//     }
    1.22      
    1.23  //     for(int i=0;i<(1<<dim);i++) {
    1.24  //       int mul= (1<<(numOfZeros(i,dim)/4));