Changeset 2317 in ntrip for trunk/BNC/bncpppclient.h


Ignore:
Timestamp:
Feb 20, 2010, 9:32:12 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r2296 r2317  
    100100 public:
    101101  t_bias() {
    102     c1 = 0.0;
    103     p1 = 0.0;
    104     c2 = 0.0;
    105     p2 = 0.0;
     102    p1c1 = 0.0;
     103    p1p2 = 0.0;
    106104  }
    107105  bncTime tt;
    108   double  c1;
    109   double  p1;
    110   double  c2;
    111   double  p2;
     106  double  p1c1;
     107  double  p1p2;
    112108};
    113109
Note: See TracChangeset for help on using the changeset viewer.