Changeset 3682 in ntrip for trunk/BNC/rnxobsfile.cpp


Ignore:
Timestamp:
Feb 12, 2012, 11:55:42 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxobsfile.cpp

    r3680 r3682  
    103103    }
    104104  }
    105 
    106   cout << "RINEX Version = " << _version << endl;
    107   cout << "Antenna Name >" << _antennaName.toAscii().data() << "<\n";
    108   cout << "Marker Name >" << _markerName.toAscii().data() << "<\n";
    109105
    110106  return success;
     
    213209        pos += 16;
    214210      }
    215 
    216       cout.setf(ios::fixed);
    217       cout << "prn: " << prn.toAscii().data() << " "
    218            << setprecision(3) << _currEpo.satObs[iSat][0] << " "
    219            << setprecision(3) << _currEpo.satObs[iSat][5] << " "
    220            << setprecision(3) << _currEpo.satObs[iSat][6] << endl;
    221211    }
    222212
Note: See TracChangeset for help on using the changeset viewer.