Ignore:
Timestamp:
Oct 19, 2021, 2:07:55 PM (3 years ago)
Author:
stuerze
Message:

revert changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9510 r9512  
    945945    struct SsrCorr::ClockOrbit::SatData* sd, QString& outLine) {
    946946
    947   QMutexLocker locker(&_mutex);
    948 
    949947  // Broadcast Position and Velocity
    950948  // -------------------------------
     
    11831181  if (fabs(sd->Orbit.DotDeltaAlongTrack) > 1.048572) {return true;}
    11841182  if (fabs(sd->Orbit.DotDeltaCrossTrack) > 1.048572) {return true;}
    1185 
    11861183  return false;
    11871184}
Note: See TracChangeset for help on using the changeset viewer.