Changeset 5805 in ntrip


Ignore:
Timestamp:
Aug 6, 2014, 10:40:34 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppModel.cpp

    r5802 r5805  
    55#include "bncutils.h"
    66
     7using namespace BNC;
    78using namespace std;
    89
     
    234235    ColumnVector sz = -rSat / rSat.norm_Frobenius();
    235236
    236     ColumnVector xSun = Sun(etime.mjddec());
     237    ColumnVector xSun = t_astro::Sun(etime.mjddec());
    237238    xSun /= xSun.norm_Frobenius();
    238239
  • trunk/BNC/src/PPP/pppModel.h

    r5802 r5805  
    44#include <newmat.h>
    55#include "bnctime.h"
     6#include "t_prn.h"
     7
     8namespace BNC {
    69
    710class t_astro {
     
    5053};
    5154
     55}
     56
    5257#endif
  • trunk/BNC/src/bncantex.cpp

    r5802 r5805  
    4545#include "PPP/pppModel.h"
    4646
     47using namespace BNC;
    4748using namespace std;
    4849
  • trunk/BNC/src/bncmodel.cpp

    r5802 r5805  
    5454#include "pppopt.h"
    5555
     56using namespace BNC;
    5657using namespace std;
    5758
  • trunk/BNC/src/bncmodel.h

    r5802 r5805  
    3838class t_pppOpt;
    3939class bncPPPclient;
     40namespace BNC {
    4041class t_tides;
     42}
    4143
    4244class bncParam {
     
    165167  QStringList           _outlierGlo;
    166168  bncAntex*             _antex;
    167   t_tides*              _tides;
     169  BNC::t_tides*         _tides;
    168170};
    169171
  • trunk/BNC/src/combination/bnccomb.cpp

    r5742 r5805  
    2828#include "bncsp3.h"
    2929#include "bncantex.h"
    30 #include "bnctides.h"
    3130#include "t_prn.h"
    3231
Note: See TracChangeset for help on using the changeset viewer.