mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 11:33:01 +02:00
New checksums
This commit is contained in:
parent
1aff9452f8
commit
e8c6b4f570
2 changed files with 1 additions and 6 deletions
|
@ -29,11 +29,6 @@ int main(int argc, const char * argv[])
|
||||||
coords[i] = atof(argv[i]);
|
coords[i] = atof(argv[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
float coord1 = atof(argv[1]);
|
|
||||||
float coord2 = atof(argv[2]);
|
|
||||||
float coord3 = atof(argv[3]);
|
|
||||||
float coord4 = atof(argv[4]);
|
|
||||||
|
|
||||||
double d = dist(coords[1], coords[2], coords[3], coords[4]);
|
double d = dist(coords[1], coords[2], coords[3], coords[4]);
|
||||||
printf("%.1f\n", d);
|
printf("%.1f\n", d);
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
27bf17692c785b13ba03109f0b3f9502 ips.csv
|
e7f3b25223ac4dfd5e30a0b55bb3ff6c ips.csv
|
||||||
17773960242d92331ac4203daf5ca9e2 latlon
|
17773960242d92331ac4203daf5ca9e2 latlon
|
||||||
|
|
Loading…
Reference in a new issue