Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahupowerdns committed Jul 3, 2020
1 parent 48dc58a commit df15190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sp3.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ struct SP3Entry
int gnss;
int sv;
time_t t;
double x, y, z;
double clockBias;
double x, y, z; // meters
double clockBias; // nanoseconds
};

class SP3Reader
Expand Down

0 comments on commit df15190

Please sign in to comment.