Changeset 2827 in ntrip


Ignore:
Timestamp:
Dec 24, 2010, 10:54:20 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2800 r2827  
    595595  _time = epoData->tt;
    596596
    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()) +
    599605          "\n--------------------------------------------------------------\n";
     606  }
    600607
    601608  SymmetricMatrix QQsav;
Note: See TracChangeset for help on using the changeset viewer.