Changeset 854 in ntrip for trunk/BNS/bnsoutf.cpp


Ignore:
Timestamp:
Apr 25, 2008, 3:53:10 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsoutf.cpp

    r853 r854  
    1616 * -----------------------------------------------------------------------*/
    1717
     18#include <math.h>
    1819#include <iomanip>
    1920
     
    137138                     const ColumnVector&) {
    138139
     140  if (_sampl != 0 && fmod(GPSweeks, _sampl) != 0.0) {
     141    return failure;
     142  }
     143
    139144  QDateTime datTim = dateAndTimeFromGPSweek(GPSweek, GPSweeks);
    140145
Note: See TracChangeset for help on using the changeset viewer.