Changeset 8175 in ntrip


Ignore:
Timestamp:
Oct 30, 2017, 10:47:35 AM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r8065 r8175  
    348348    }
    349349
     350    if (
     351        clkCorr._prn.system() == 'E' ||
     352        clkCorr._prn.system() == 'C' ||
     353        clkCorr._prn.system() == 'J' ||
     354        clkCorr._prn.system() == 'I' ||
     355        clkCorr._prn.system() == 'S' )   {
     356      continue;
     357    }
     358   
    350359    // Check Modulo Time
    351360    // -----------------
Note: See TracChangeset for help on using the changeset viewer.