Changeset 6171 in ntrip


Ignore:
Timestamp:
Sep 14, 2014, 1:30:55 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r6151 r6171  
    17391739  }
    17401740
    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 
    17471741  _caster->readMountPoints();
    17481742
Note: See TracChangeset for help on using the changeset viewer.