Changeset 2059 in ntrip for trunk/BNC/bncmodel.cpp


Ignore:
Timestamp:
Dec 1, 2009, 11:58:48 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2058 r2059  
    4949// Constructor
    5050////////////////////////////////////////////////////////////////////////////
    51 bncParam::bncParam() {
     51bncParam::bncParam(bncParam::parType typeIn) {
     52  type = typeIn;
    5253}
    5354
     
    6061////////////////////////////////////////////////////////////////////////////
    6162bncModel::bncModel() {
    62   _xcBanc.ReSize(4);
     63  _xcBanc.ReSize(4); _xcBanc = 0.0;
     64  _params.push_back(new bncParam(bncParam::CRD_X));
     65  _params.push_back(new bncParam(bncParam::CRD_Y));
     66  _params.push_back(new bncParam(bncParam::CRD_Z));
    6367}
    6468
Note: See TracChangeset for help on using the changeset viewer.