Changeset 6351 in ntrip for trunk/BNC/src/bncsp3.h


Ignore:
Timestamp:
Nov 26, 2014, 6:34:14 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsp3.h

    r6347 r6351  
    1717    t_sp3Sat() {
    1818      _xyz.ReSize(3);
    19       _xyz = 0.0;
    20       _clk = 0.0;
     19      _xyz      = 0.0;
     20      _clk      = 0.0;
     21      _clkValid = false;
    2122    }
    2223    ~t_sp3Sat() {}
     
    2425    ColumnVector _xyz;
    2526    double       _clk;
     27    bool         _clkValid;
    2628  };
    2729
Note: See TracChangeset for help on using the changeset viewer.