COIN-OR::LEMON - Graph Library

Changeset 2592:f1fb0c31f952 in lemon-0.x for benchmark


Ignore:
Timestamp:
03/02/08 23:55:27 (16 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3474
Message:

Revert to long long int since currently I don't know a better solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/graph-bench.cc

    r2590 r2592  
    4444  std::vector<Edge> equ(rat);
    4545 
    46   long int count;
     46  /// \bug There is no long long int type in C++98.
     47  long long int count;
    4748 
    4849  for(count=0;count<rat;count++) {
Note: See TracChangeset for help on using the changeset viewer.