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


Ignore:
Timestamp:
Jun 22, 2012, 11:23:02 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r3723 r4264  
    655655      _out << setw(14) << setprecision(3) << obs.C1    << ' '  << ' '
    656656           << setw(14) << setprecision(3) << obs.P1    << ' '  << ' '
    657            << setw(14) << setprecision(3) << obs.L1()  << lli1 << ' '
    658            << setw(14) << setprecision(3) << obs.S1()  << ' '  << ' '
     657           << setw(14) << setprecision(3) << obs.l1()  << lli1 << ' '
     658           << setw(14) << setprecision(3) << obs.s1()  << ' '  << ' '
    659659           << setw(14) << setprecision(3) << obs.C2    << ' '  << ' ' << endl
    660660           << setw(14) << setprecision(3) << obs.P2    << ' '  << ' '
    661            << setw(14) << setprecision(3) << obs.L2()  << lli2 << ' '
    662            << setw(14) << setprecision(3) << obs.S2()  << endl;
     661           << setw(14) << setprecision(3) << obs.l2()  << lli2 << ' '
     662           << setw(14) << setprecision(3) << obs.s2()  << endl;
    663663    }
    664664  }
Note: See TracChangeset for help on using the changeset viewer.