Changeset 8447 in ntrip for trunk


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

minor changes

File:
1 edited

Legend:

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

    r8204 r8447  
    356356      continue;
    357357    }
    358    
     358
    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.