Changeset 3433 in ntrip for trunk/BNC/combination/bnccomb.h


Ignore:
Timestamp:
Sep 21, 2011, 6:01:03 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.h

    r3432 r3433  
    4343  class cmbAC {
    4444   public:
    45     cmbAC() {}
     45    cmbAC() {
     46      weight = 0.0;
     47      numObs = 0;
     48    }
    4649    ~cmbAC() {}
    4750    QString           mountPoint;
    4851    QString           name;
    4952    double            weight;
     53    unsigned          numObs;
    5054  };
    5155
Note: See TracChangeset for help on using the changeset viewer.