improve comments

pull/125/head
bert hubert 2020-07-03 21:26:22 +02:00
parent 48dc58a7dd
commit df151901c4
1 changed files with 2 additions and 2 deletions

4
sp3.hh
View File

@ -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