Changeset 5805 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 6, 2014, 10:40:34 AM (11 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/PPP/pppModel.cpp ¶
r5802 r5805 5 5 #include "bncutils.h" 6 6 7 using namespace BNC; 7 8 using namespace std; 8 9 … … 234 235 ColumnVector sz = -rSat / rSat.norm_Frobenius(); 235 236 236 ColumnVector xSun = Sun(etime.mjddec()); 237 ColumnVector xSun = t_astro::Sun(etime.mjddec()); 237 238 xSun /= xSun.norm_Frobenius(); 238 239 -
TabularUnified trunk/BNC/src/PPP/pppModel.h ¶
r5802 r5805 4 4 #include <newmat.h> 5 5 #include "bnctime.h" 6 #include "t_prn.h" 7 8 namespace BNC { 6 9 7 10 class t_astro { … … 50 53 }; 51 54 55 } 56 52 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.