Changeset 5802 in ntrip for trunk/BNC/src/bncmodel.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/bncmodel.cpp

    r5794 r5802  
    5050#include "bancroft.h"
    5151#include "bncutils.h"
    52 #include "bnctides.h"
     52#include "PPP/pppModel.h"
    5353#include "bncantex.h"
    5454#include "pppopt.h"
     
    187187  }
    188188
     189  _tides = new t_tides;
     190
    189191  // Bancroft Coordinates
    190192  // --------------------
     
    213215  }
    214216  delete _epoData_sav;
     217  delete _tides;
    215218}
    216219
     
    338341  xRec(3) = z();
    339342
    340   tides(_time, xRec);
     343  xRec += _tides->displacement(_time, xRec);
    341344
    342345  satData->rho = (satData->xx - xRec).norm_Frobenius();
     
    980983    ColumnVector sz = -rSat / rSat.norm_Frobenius();
    981984
    982     ColumnVector xSun = Sun(Mjd);
     985    ColumnVector xSun = t_astro::Sun(Mjd);
    983986    xSun /= xSun.norm_Frobenius();
    984987
Note: See TracChangeset for help on using the changeset viewer.