Skip to content

Commit

Permalink
improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahupowerdns committed Jul 3, 2020
1 parent 3a6be59 commit 1181b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coverage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ covmap_t emitCoverage(const vector<Point>& sats)
double phi = M_PI* latitude / 180;
double longsteps = 1 + 360.0 * cos(phi);
double step = 4*180.0 / longsteps;
// this does sorta equi-distanced measurements
vector<tuple<double, int, int, int, double, double, double, double, double, double,double, double, double>> latvect;
for(double longitude = -180; longitude < 180; longitude += step) { // east - west
Point p;
Expand Down

0 comments on commit 1181b6b

Please sign in to comment.