Changeset 9963 in ntrip


Ignore:
Timestamp:
Jan 26, 2023, 12:28:27 PM (15 months ago)
Author:
stuerze
Message:

minor changes to be msvc compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxobsfile.cpp

    r9945 r9963  
    15061506    char sys = rnxSat.prn.system();
    15071507
    1508     const t_rnxObs* hlp[header.nTypes(sys)];
     1508    std::vector <const t_rnxObs*> hlp(header.nTypes(sys));
    15091509    for (int iTypeV3 = 0; iTypeV3 < header.nTypes(sys); iTypeV3++) {
    15101510      hlp[iTypeV3] = 0;
Note: See TracChangeset for help on using the changeset viewer.