Changeset 85 in ntrip


Ignore:
Timestamp:
Aug 31, 2006, 11:05:14 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r82 r85  
    103103  resolveFileName(cti);
    104104  _out.open(_fName.data());
    105   _out.setf(ios::fixed);
    106   _out.setf(ios::left);
    107    
     105  _out.setf(ios::showpoint | ios::fixed);
    108106
    109107  // Copy Skeleton Header
     
    148146         << setw(20) << "unknown"
    149147         << setw(20) << " "                                          << "ANT # / TYPE"         << endl;
    150     _out.unsetf(ios::left);
    151148    _out << setw(14) << setprecision(4) << approxPos[0]
    152149         << setw(14) << setprecision(4) << approxPos[1]
     
    202199  }
    203200
    204   _out.setf(std::ios::fixed);
    205 
    206201  _out << setw(3)  << cti.year%100
    207202       << setw(3)  << cti.month
Note: See TracChangeset for help on using the changeset viewer.