Changeset 5805 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Aug 6, 2014, 10:40:34 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 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
Note: See TracChangeset for help on using the changeset viewer.