Changeset 8176 in ntrip


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/combination/bnccomb.cpp

    r8066 r8176  
    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.