- Timestamp:
- Dec 1, 2014, 7:30:26 PM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r6360 r6361 249 249 // Transform xyz into radial, along-track, and out-of-plane 250 250 // -------------------------------------------------------- 251 if (epochs.size() < 2) { 252 throw "t_sp3Comp: not enought common epochs"; 253 } 251 254 for (unsigned ie = 0; ie < epochs.size(); ie++) { 252 255 t_epoch* epoch = epochs[ie]; 253 256 t_epoch* epoch2 = 0; 254 if (ie == 0 && epochs.size() > 1) {257 if (ie == 0) { 255 258 epoch2 = epochs[ie+1]; 256 259 } -
trunk/BNC/src/src.pro
r6189 r6361 2 2 TARGET = ../bnc 3 3 4 CONFIG -= debug5 CONFIG += release4 CONFIG -= release 5 CONFIG += debug 6 6 7 7 include(src.pri)
Note:
See TracChangeset
for help on using the changeset viewer.