- Timestamp:
- Aug 14, 2018, 12:35:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r8445 r8449 254 254 double res = rr.norm_Frobenius() - satObs->obsValue(tLC) 255 255 - (satObs->xc()[3] - xyzc[3]) * t_CST::c; 256 if (fabs(res) > maxRes || isnan(res)) {256 if (fabs(res) > maxRes || std::isnan(res)) { 257 257 maxRes = fabs(res); 258 258 maxResIndex = ii;
Note:
See TracChangeset
for help on using the changeset viewer.