Skip to content

Commit 0bc2751

Browse files
committed
udbias_ppp: remove unused pos
1 parent 14dd080 commit 0bc2751

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/ppp.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ static void uddcb_ppp(rtk_t *rtk)
716716
/* temporal update of phase biases -------------------------------------------*/
717717
static void udbias_ppp(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
718718
{
719-
double L[NFREQ],P[NFREQ],Lc,Pc,bias[MAXOBS],offset=0.0,pos[3]={0};
719+
double L[NFREQ],P[NFREQ],Lc,Pc,bias[MAXOBS],offset=0.0;
720720
double freq1,freq2,ion,dantr[NFREQ]={0},dants[NFREQ]={0};
721721
int i,j,k,f,sat,slip[MAXOBS]={0},clk_jump=0;
722722

@@ -738,8 +738,6 @@ static void udbias_ppp(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
738738
/* detect slip by Melbourne-Wubbena linear combination jump */
739739
detslp_mw(rtk,obs,n,nav);
740740

741-
ecef2pos(rtk->sol.rr,pos);
742-
743741
for (f=0;f<NF(&rtk->opt);f++) {
744742

745743
/* reset phase-bias if expire obs outage counter */

0 commit comments

Comments
 (0)