Changeset 2798 in ntrip for trunk/BNC/bncmodel.cpp


Ignore:
Timestamp:
Dec 14, 2010, 4:10:19 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2797 r2798  
    736736
    737737    if      (par->type == bncParam::RECCLK) {
    738       strB << "\n    clk     = " << setw(6) << setprecision(3) << par->xx
     738      strB << "\n    clk     = " << setw(10) << setprecision(3) << par->xx
    739739           << " +- " << setw(6) << setprecision(3)
    740740           << sqrt(_QQ(par->index,par->index));
     
    742742    else if (par->type == bncParam::AMB_L3) {
    743743      strB << "\n    amb " << par->prn.toAscii().data() << " = "
    744            << setw(6) << setprecision(3) << par->xx
     744           << setw(10) << setprecision(3) << par->xx
    745745           << " +- " << setw(6) << setprecision(3)
    746746           << sqrt(_QQ(par->index,par->index));
     
    756756    }
    757757    else if (par->type == bncParam::GALILEO_OFFSET) {
    758       strB << "\n    offset  = " << setw(6) << setprecision(3) << par->xx
     758      strB << "\n    offset  = " << setw(10) << setprecision(3) << par->xx
    759759           << " +- " << setw(6) << setprecision(3)
    760760           << sqrt(_QQ(par->index,par->index));
Note: See TracChangeset for help on using the changeset viewer.