Changeset 3042 in ntrip


Ignore:
Timestamp:
Feb 25, 2011, 2:19:49 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsoutf.cpp

    r3041 r3042  
    2020
    2121#include "bnsoutf.h"
    22 #include "bnssettings.h"
    2322
    2423using namespace std;
     
    157156    resolveFileName(GPSweek, datTim);
    158157    _out.setf(ios::showpoint | ios::fixed);
    159     bnsSettings settings;
    160158    if (append && QFile::exists(_fName)) {
    161159      _out.open(_fName.data(), ios::out | ios::app);
Note: See TracChangeset for help on using the changeset viewer.