Changeset 2580 in ntrip


Ignore:
Timestamp:
Aug 29, 2010, 11:53:53 AM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2569 r2580  
    5050#include "bncutils.h"
    5151#include "bncsettings.h"
     52#include "bnctides.h"
    5253
    5354using namespace std;
     
    321322  xRec(2) = y() * cos(dPhi) + x() * sin(dPhi);
    322323  xRec(3) = z();
     324
     325  tides(_time, xRec);
    323326
    324327  satData->rho = (satData->xx - xRec).norm_Frobenius();
Note: See TracChangeset for help on using the changeset viewer.