Changeset 5802 in ntrip for trunk/BNC/src/bncmodel.cpp
- Timestamp:
- Aug 6, 2014, 10:35:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmodel.cpp
r5794 r5802 50 50 #include "bancroft.h" 51 51 #include "bncutils.h" 52 #include " bnctides.h"52 #include "PPP/pppModel.h" 53 53 #include "bncantex.h" 54 54 #include "pppopt.h" … … 187 187 } 188 188 189 _tides = new t_tides; 190 189 191 // Bancroft Coordinates 190 192 // -------------------- … … 213 215 } 214 216 delete _epoData_sav; 217 delete _tides; 215 218 } 216 219 … … 338 341 xRec(3) = z(); 339 342 340 tides(_time, xRec);343 xRec += _tides->displacement(_time, xRec); 341 344 342 345 satData->rho = (satData->xx - xRec).norm_Frobenius(); … … 980 983 ColumnVector sz = -rSat / rSat.norm_Frobenius(); 981 984 982 ColumnVector xSun = Sun(Mjd);985 ColumnVector xSun = t_astro::Sun(Mjd); 983 986 xSun /= xSun.norm_Frobenius(); 984 987
Note:
See TracChangeset
for help on using the changeset viewer.