COIN-OR::LEMON - Graph Library

Changeset 2386:81b47fc5c444 in lemon-0.x for benchmark/hcube.cc


Ignore:
Timestamp:
03/02/07 19:04:28 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3217
Message:

Hard Warning checking

  • based on the remark of the ZIB user
  • we do not use -Winline
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/hcube.cc

    r1956 r2386  
    7979  for(int i=0;i<5;i++) {
    8080    Primes P;
    81     for(int i=0;i<dim*(1<<dim);i++) P();
     81    for(int j=0;j<dim*(1<<dim);j++) P();
    8282   
    8383    //  for(EdgeIt e(G);G.valid(e);G.next(e)) map[e]=P();
Note: See TracChangeset for help on using the changeset viewer.