Changeset 85 in ntrip
- Timestamp:
- Aug 31, 2006, 11:05:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r82 r85 103 103 resolveFileName(cti); 104 104 _out.open(_fName.data()); 105 _out.setf(ios::fixed); 106 _out.setf(ios::left); 107 105 _out.setf(ios::showpoint | ios::fixed); 108 106 109 107 // Copy Skeleton Header … … 148 146 << setw(20) << "unknown" 149 147 << setw(20) << " " << "ANT # / TYPE" << endl; 150 _out.unsetf(ios::left);151 148 _out << setw(14) << setprecision(4) << approxPos[0] 152 149 << setw(14) << setprecision(4) << approxPos[1] … … 202 199 } 203 200 204 _out.setf(std::ios::fixed);205 206 201 _out << setw(3) << cti.year%100 207 202 << setw(3) << cti.month
Note:
See TracChangeset
for help on using the changeset viewer.