| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/comms/splat/files/ |
Upload File : |
--- splat.cpp.orig 2018-01-18 17:04:01 UTC +++ splat.cpp @@ -567,7 +567,7 @@ double ElevationAngle(struct site source, struct site (downtilt), as referenced to a normal to the center of the earth. */ - register double a, b, dx; + double a, b, dx; a=GetElevation(destination)+destination.alt+earthradius; b=GetElevation(source)+source.alt+earthradius; @@ -2727,7 +2727,7 @@ void PlotPath(struct site source, struct site destinat char block; int x, y; - register double cos_xmtr_angle, cos_test_angle, test_alt; + double cos_xmtr_angle, cos_test_angle, test_alt; double distance, rx_alt, tx_alt; ReadPath(source,destination);