Changeset 6171 in ntrip
- Timestamp:
- Sep 14, 2014, 1:30:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6151 r6171 1739 1739 } 1740 1740 1741 QString ant_file = settings.value("pppAntex").toString();1742 if ( !ant_file.isEmpty() ) {1743 QFile anxfile(settings.value("pppAntex").toString());1744 if (!anxfile.exists()) BNC_CORE->slotMessage("Cannot find IGS ANTEX file", true);1745 }1746 1747 1741 _caster->readMountPoints(); 1748 1742
Note:
See TracChangeset
for help on using the changeset viewer.