Changeset 7768 in ntrip for trunk


Ignore:
Timestamp:
Feb 11, 2016, 4:06:51 PM (8 years ago)
Author:
stuerze
Message:

minor format changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsinextro.cpp

    r7767 r7768  
    211211       << QString(" %1").arg(_opt->_xyzAprRover(2), 12, 'f', 3, QLatin1Char(' ')).toStdString()
    212212       << QString(" %1").arg(_opt->_xyzAprRover(3), 12, 'f', 3, QLatin1Char(' ')).toStdString()
    213        << " ITRF08"<< endl;
     213       << " ITRF08 " << ac.toStdString() << endl;
    214214  _out << "-TROP/COORDINATES"<< endl << endl;
    215215
Note: See TracChangeset for help on using the changeset viewer.