Changeset 1050 in ntrip for trunk/BNC/RTCM


Ignore:
Timestamp:
Aug 21, 2008, 10:36:56 AM (16 years ago)
Author:
zdenek
Message:

ZL: COSMETIC:

Location:
trunk/BNC/RTCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2_2021.cpp

    r1024 r1050  
    183183}
    184184
    185 std::ostream& rtcm2::operator << (std::ostream& out, const RTCM2_2021::HiResCorr& cc) {
     185std::ostream& operator << (std::ostream& out, const RTCM2_2021::HiResCorr& cc) {
    186186  out.setf(ios::fixed);
    187187  out << setw(8) << setprecision(8) << cc.tt
  • trunk/BNC/RTCM/RTCM2_2021.h

    r1024 r1050  
    7474  double dL2[3];
    7575};
     76
    7677}; // end of namespace rtcm2
     78
     79
Note: See TracChangeset for help on using the changeset viewer.