Changeset 2213 in ntrip


Ignore:
Timestamp:
Jan 7, 2010, 3:58:09 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2212 r2213  
    540540      str1 << "\n    trp = " << par->prn.toAscii().data()
    541541           << setw(7) << setprecision(3) << delay_saast(M_PI/2.0) << " "
    542            << setw(6) << setprecision(3) << showpos << par->xx
     542           << setw(6) << setprecision(3) << showpos << par->xx << noshowpos
    543543           << " +- " << setw(6) << setprecision(3)
    544544           << sqrt(_QQ(par->index,par->index));
Note: See TracChangeset for help on using the changeset viewer.