Changeset 7852 in ntrip for trunk/BNC/src
- Timestamp:
- Apr 1, 2016, 2:52:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_SSR_I/pppFilter.cpp
r7573 r7852 295 295 bancroft(BB, _xcBanc); 296 296 297 if (isnan(_xcBanc(1)) || 298 isnan(_xcBanc(2)) || 299 isnan(_xcBanc(3))) { 300 return failure; 301 } 302 297 303 // Ellipsoidal Coordinates 298 304 // ------------------------ … … 1066 1072 } 1067 1073 1074 if (!nObs) { 1075 restoreState(epoData); 1076 return failure; 1077 } 1078 1068 1079 // Prepare first-design Matrix, vector observed-computed 1069 1080 // -----------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.