Changeset 86 in ntrip for trunk/BNC/bncrinex.cpp


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r85 r86  
    138138    _out << "     2.10           OBSERVATION DATA    G (GPS)             RINEX VERSION / TYPE" << endl;
    139139    _out << "BNC                 LM                  27-Aug-2006         PGM / RUN BY / DATE"  << endl;
     140    _out.setf(ios::left);
    140141    _out << setw(60) << _statID.data()                               << "MARKER NAME"          << endl;
    141142    _out << setw(60) << "BKG"                                        << "OBSERVER / AGENCY"    << endl;
     
    146147         << setw(20) << "unknown"
    147148         << setw(20) << " "                                          << "ANT # / TYPE"         << endl;
     149    _out.unsetf(ios::left);
    148150    _out << setw(14) << setprecision(4) << approxPos[0]
    149151         << setw(14) << setprecision(4) << approxPos[1]
Note: See TracChangeset for help on using the changeset viewer.