Changeset 5805 in ntrip
- Timestamp:
- Aug 6, 2014, 10:40:34 AM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
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 -
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 -
trunk/BNC/src/bncantex.cpp
r5802 r5805 45 45 #include "PPP/pppModel.h" 46 46 47 using namespace BNC; 47 48 using namespace std; 48 49 -
trunk/BNC/src/bncmodel.cpp
r5802 r5805 54 54 #include "pppopt.h" 55 55 56 using namespace BNC; 56 57 using namespace std; 57 58 -
trunk/BNC/src/bncmodel.h
r5802 r5805 38 38 class t_pppOpt; 39 39 class bncPPPclient; 40 namespace BNC { 40 41 class t_tides; 42 } 41 43 42 44 class bncParam { … … 165 167 QStringList _outlierGlo; 166 168 bncAntex* _antex; 167 t_tides*_tides;169 BNC::t_tides* _tides; 168 170 }; 169 171 -
trunk/BNC/src/combination/bnccomb.cpp
r5742 r5805 28 28 #include "bncsp3.h" 29 29 #include "bncantex.h" 30 #include "bnctides.h"31 30 #include "t_prn.h" 32 31
Note:
See TracChangeset
for help on using the changeset viewer.