Changeset 2887 in ntrip for trunk/BNC/bncmodel.cpp


Ignore:
Timestamp:
Jan 26, 2011, 12:11:11 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2883 r2887  
    264264    if (_antex->readFile(antexFileName) != success) {
    265265      emit newMessage("wrong ANTEX file", false);
    266     }
    267     delete _antex;
    268     _antex = 0;
     266      delete _antex;
     267      _antex = 0;
     268    }
     269  }
     270
     271  if (_antex) {
     272    _antex->print();
    269273  }
    270274}
Note: See TracChangeset for help on using the changeset viewer.