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


Ignore:
Timestamp:
Nov 24, 2010, 9:43:10 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r2711 r2715  
    636636    // ---------------
    637637    else {
    638       _out << setw(14) << setprecision(3) << obs.C1 << ' '  << ' '
    639            << setw(14) << setprecision(3) << obs.P1 << ' '  << ' '
     638      _out << setw(14) << setprecision(3) << obs.C1    << ' '  << ' '
     639           << setw(14) << setprecision(3) << obs.P1    << ' '  << ' '
    640640           << setw(14) << setprecision(3) << obs.L1()  << lli1 << ' '
    641641           << setw(14) << setprecision(3) << obs.S1()  << ' '  << ' '
    642            << setw(14) << setprecision(3) << obs.C2 << ' '  << ' ' << endl
    643            << setw(14) << setprecision(3) << obs.P2 << ' '  << ' '
     642           << setw(14) << setprecision(3) << obs.C2    << ' '  << ' ' << endl
     643           << setw(14) << setprecision(3) << obs.P2    << ' '  << ' '
    644644           << setw(14) << setprecision(3) << obs.L2()  << lli2 << ' '
    645            << setw(16) << setprecision(3) << obs.S2()  << endl;
     645           << setw(14) << setprecision(3) << obs.S2()  << endl;
    646646    }
    647647  }
Note: See TracChangeset for help on using the changeset viewer.