Changeset 6361 in ntrip


Ignore:
Timestamp:
Dec 1, 2014, 7:30:26 PM (9 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r6360 r6361  
    249249  // Transform xyz into radial, along-track, and out-of-plane
    250250  // --------------------------------------------------------
     251  if (epochs.size() < 2) {
     252    throw "t_sp3Comp: not enought common epochs";
     253  }
    251254  for (unsigned ie = 0; ie < epochs.size(); ie++) {
    252255    t_epoch* epoch  = epochs[ie];
    253256    t_epoch* epoch2 = 0;
    254     if (ie == 0 && epochs.size() > 1) {
     257    if (ie == 0) {
    255258      epoch2 = epochs[ie+1];
    256259    }
  • trunk/BNC/src/src.pro

    r6189 r6361  
    22TARGET = ../bnc
    33
    4 CONFIG -= debug
    5 CONFIG += release
     4CONFIG -= release
     5CONFIG += debug
    66
    77include(src.pri)
Note: See TracChangeset for help on using the changeset viewer.