commit 1baaa166c95c0e121696af689ebcc7e5d289e224
parent 87d27c707d41ab721560711d01b7d4529c1ed04c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 9 Dec 2016 16:44:30 +0100
+add mysterious uncommitted change
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/antipodes.cpp b/antipodes.cpp
@@ -84,6 +84,7 @@ int main() {
}
double d = haversine(p[i].first, p[i].second, p[j].first, p[j].second);
if (d > THRESH) {
+ printf("%lf\n", abs(d - de));
fprintf(fhaversine, "%d-%s %d-%s %lf\n", i, a[i].c_str(), j, a[j].c_str(), d);
fprintf(fellipsoid, "%d-%s %d-%s %lf %lf %lf %lf %lf %lf %lf\n", i, a[i].c_str(), j, a[j].c_str(), d,
p[i].first, p[i].second, h[i], p[j].first, p[j].second, h[j]);