bigworld

compute diameter of flights graph
git clone https://a3nm.net/git/bigworld/
Log | Files | Refs

commit 4e45577e4ca14caeffa656d00e1a298c573ec981
parent e7fd56c2ca65d71d4e26c2d4eb81afa62f313f1f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 22 May 2015 19:05:12 +0200

warn

Diffstat:
antipodes.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/antipodes.cpp b/antipodes.cpp @@ -13,6 +13,7 @@ * (the use of rev is to avoid problems with ',' in earlier fields) * results are in euclidean (pairs with euclidean distance in tore) * and haversine (distance in m according to haversine formula) + * WARNING: output files are *not* sorted */ using namespace std;