Changeset 9247 in ntrip for trunk/BNC


Ignore:
Timestamp:
Nov 12, 2020, 11:48:18 AM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9245 r9247  
    2323#include "gnss.h"
    2424#include "bncutils.h"
    25 
    2625
    2726using namespace std;
     
    387386  for (int ii = 1; ii < lines.size(); ii++) {
    388387    QString key;  // prn or key VTEC, IND (phase bias indicators)
    389     double rtnUra = 0.0;          // [m]
     388    double rtnUra = 0.0; // [m]
    390389    ColumnVector rtnAPC; rtnAPC.ReSize(3); rtnAPC = 0.0;          // [m, m, m]
    391390    ColumnVector rtnVel; rtnVel.ReSize(3); rtnVel = 0.0;          // [m/s, m/s, m/s]
     
    11801179  return false;
    11811180}
    1182 
Note: See TracChangeset for help on using the changeset viewer.