Changeset 5802 in ntrip for trunk/BNC/src/bncantex.cpp


Ignore:
Timestamp:
Aug 6, 2014, 10:35:19 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncantex.cpp

    r5755 r5802  
    4343
    4444#include "bncantex.h"
    45 #include "bnctides.h"
     45#include "PPP/pppModel.h"
    4646
    4747using namespace std;
     
    236236    sz /= sqrt(DotProduct(sz,sz));
    237237
    238     ColumnVector xSun = Sun(Mjd);
     238    ColumnVector xSun = t_astro::Sun(Mjd);
    239239    xSun /= sqrt(DotProduct(xSun,xSun));
    240240 
Note: See TracChangeset for help on using the changeset viewer.