Changeset 854 in ntrip for trunk/BNS/bnsrinex.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/bnsrinex.cpp

    r850 r854  
    4242// Write One Epoch
    4343////////////////////////////////////////////////////////////////////////////
    44 void bnsRinex::write(int GPSweek, double GPSweeks, const QString& prn,
     44t_irc bnsRinex::write(int GPSweek, double GPSweeks, const QString& prn,
    4545                   const ColumnVector& xx) {
    4646
    47   bnsoutf::write(GPSweek, GPSweeks, prn, xx);
     47  if (bnsoutf::write(GPSweek, GPSweeks, prn, xx) == success) {
    4848
     49    return success;
     50  }
     51  else {
     52    return failure;
     53  }
    4954}
Note: See TracChangeset for help on using the changeset viewer.