- Timestamp:
- Feb 11, 2012, 4:35:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/ephemeris.cpp
r3664 r3665 794 794 t_ephGPS::t_ephGPS(float rnxVersion, const QStringList& lines) { 795 795 796 _ok = false; 797 796 798 if (lines.size() != 8) { 797 _ok = false;798 799 return; 799 800 }
Note:
See TracChangeset
for help on using the changeset viewer.