Changeset 6998 in ntrip


Ignore:
Timestamp:
Jun 30, 2015, 1:00:51 PM (9 years ago)
Author:
stuerze
Message:

some superfluous lines deleted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r6463 r6998  
    8181  // --------------------
    8282  _fType1 = t_lc::toFreq(_prn.system(),t_lc::l1);
    83   if (_prn.system() == 'E') {
    84     _fType2 = t_frequency::E5;
    85   }
    86   else {
    87     _fType2 = t_lc::toFreq(_prn.system(),t_lc::l2);
    88   }
     83  _fType2 = t_lc::toFreq(_prn.system(),t_lc::l2);
    8984
    9085  // Check whether all required frequencies available
Note: See TracChangeset for help on using the changeset viewer.