- Timestamp:
- Feb 24, 2016, 3:05:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r7551 r7814 236 236 double res = rr.norm_Frobenius() - satObs->obsValue(tLC) 237 237 - (satObs->xc()[3] - xyzc[3]) * t_CST::c; 238 if (fabs(res) > maxRes ) {238 if (fabs(res) > maxRes || isnan(res)) { 239 239 maxRes = fabs(res); 240 240 maxResIndex = ii;
Note:
See TracChangeset
for help on using the changeset viewer.