Changeset 10227 in ntrip for trunk/BNC/src/combination/bncbiassnx.cpp
- Timestamp:
- Oct 20, 2023, 9:45:38 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bncbiassnx.cpp
r10221 r10227 73 73 delete it.value(); 74 74 } 75 _snxSatCodeBiasMap.clear(); 75 76 } 76 77 … … 101 102 //////////////////////////////////////////////////////////////////////////// 102 103 t_irc bncBiasSnx::readFile(const QString& fileName) { 103 104 clear(); 104 105 QFile inFile(fileName); 105 106 inFile.open(QIODevice::ReadOnly | QIODevice::Text);
Note:
See TracChangeset
for help on using the changeset viewer.