Changeset 9963 in ntrip
- Timestamp:
- Jan 26, 2023, 12:28:27 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r9945 r9963 1506 1506 char sys = rnxSat.prn.system(); 1507 1507 1508 const t_rnxObs* hlp[header.nTypes(sys)];1508 std::vector <const t_rnxObs*> hlp(header.nTypes(sys)); 1509 1509 for (int iTypeV3 = 0; iTypeV3 < header.nTypes(sys); iTypeV3++) { 1510 1510 hlp[iTypeV3] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.