1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Fixing warning

This commit is contained in:
Carles Fernandez 2014-11-23 19:41:47 +01:00
parent e572c8ebc1
commit fb68a3d49d
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ arma::vec galileo_e1_ls_pvt::leastSquarePos(arma::mat satpos, arma::vec obs, arm
arma::vec Rot_X;
double rho2;
double traveltime;
double trop;
double trop = 0.0;
double dlambda;
double dphi;
double h;

View File

@ -148,7 +148,7 @@ arma::vec gps_l1_ca_ls_pvt::leastSquarePos(arma::mat satpos, arma::vec obs, arma
arma::vec Rot_X;
double rho2;
double traveltime;
double trop;
double trop = 0.0;
double dlambda;
double dphi;
double h;

View File

@ -148,7 +148,7 @@ arma::vec hybrid_ls_pvt::leastSquarePos(arma::mat satpos, arma::vec obs, arma::m
arma::vec Rot_X;
double rho2;
double traveltime;
double trop;
double trop = 0.0;
double dlambda;
double dphi;
double h;