Changeset 8448 in ntrip for branches


Ignore:
Timestamp:
Aug 13, 2018, 10:34:06 AM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8176 r8448  
    359359    // Check Modulo Time
    360360    // -----------------
    361     if (int(clkCorr._time.gpssec()) % _cmbSampl != 0.0) {
     361    int sec = int(nint(clkCorr._time.gpssec()*10));
     362    if (sec % (_cmbSampl*10) != 0.0) {
    362363      continue;
    363364    }
Note: See TracChangeset for help on using the changeset viewer.