Changeset 2827 in ntrip
- Timestamp:
- Dec 24, 2010, 10:54:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2800 r2827 595 595 _time = epoData->tt; 596 596 597 _log += "Single Point Positioning of Epoch " 598 + QByteArray(_time.timestr(1).c_str()) + 597 if (settings.value("pppSPP").toString() == "PPP") { 598 _log += "Precise Point Positioning of Epoch " 599 + QByteArray(_time.timestr(1).c_str()) + 600 "\n---------------------------------------------------------------\n"; 601 } 602 else { 603 _log += "Single Point Positioning of Epoch " 604 + QByteArray(_time.timestr(1).c_str()) + 599 605 "\n--------------------------------------------------------------\n"; 606 } 600 607 601 608 SymmetricMatrix QQsav;
Note:
See TracChangeset
for help on using the changeset viewer.