Ignore:
Timestamp:
Mar 30, 2013, 11:39:46 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5066 r5068  
    9898  }
    9999  else {
    100     PGM_CORE->slotMessage(msg, false);
     100    BNC_CORE->slotMessage(msg, false);
    101101  }
    102102}
     
    222222  }
    223223
    224   if (PGM_CORE->mode() != t_pgmCore::interactive) {
     224  if (BNC_CORE->mode() != t_pgmCore::interactive) {
    225225    qApp->exit(0);
    226226  }
Note: See TracChangeset for help on using the changeset viewer.