author | ladanyi |
Sun, 02 Mar 2008 22:55:27 +0000 | |
changeset 2592 | f1fb0c31f952 |
parent 2591 | 3b4d5bc3b4fb |
child 2593 | 8eed667ea23c |
1.1 --- a/benchmark/graph-bench.cc Sat Mar 01 20:09:40 2008 +0000 1.2 +++ b/benchmark/graph-bench.cc Sun Mar 02 22:55:27 2008 +0000 1.3 @@ -43,7 +43,8 @@ 1.4 //Edge equ[rat]; 1.5 std::vector<Edge> equ(rat); 1.6 1.7 - long int count; 1.8 + /// \bug There is no long long int type in C++98. 1.9 + long long int count; 1.10 1.11 for(count=0;count<rat;count++) { 1.12 equ[int(count%rat)]=G.addEdge(nodes[int((count*p)%n)],