Changeset 8450 in ntrip for branches/BNC_2.12/src/PPP/pppClient.cpp
- Timestamp:
- Aug 14, 2018, 12:36:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/PPP/pppClient.cpp
r8446 r8450 244 244 double res = rr.norm_Frobenius() - satObs->obsValue(tLC) 245 245 - (satObs->xc()[3] - xyzc[3]) * t_CST::c; 246 if (fabs(res) > maxRes || isnan(res)) {246 if (fabs(res) > maxRes || std::isnan(res)) { 247 247 maxRes = fabs(res); 248 248 maxResIndex = ii;
Note:
See TracChangeset
for help on using the changeset viewer.