Changeset 2592:f1fb0c31f952 in lemon-0.x for benchmark
- Timestamp:
- 03/02/08 23:55:27 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/graph-bench.cc
r2590 r2592 44 44 std::vector<Edge> equ(rat); 45 45 46 long int count; 46 /// \bug There is no long long int type in C++98. 47 long long int count; 47 48 48 49 for(count=0;count<rat;count++) {
Note: See TracChangeset
for help on using the changeset viewer.