Changeset 2110 in ntrip for trunk/BNC/bncmodel.h


Ignore:
Timestamp:
Dec 14, 2009, 8:39:17 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r2109 r2110  
    4343    return (type == CRD_X || type == CRD_Y || type == CRD_Z);
    4444  }
    45   double solVal() const {return xx;}
    4645  parType  type;
    4746  double   xx;
     
    5756  t_irc cmpBancroft(t_epoData* epoData);
    5857  t_irc update(t_epoData* epoData);
    59   double x()   const {return _params[0]->solVal();}
    60   double y()   const {return _params[1]->solVal();}
    61   double z()   const {return _params[2]->solVal();}
    62   double clk() const {return _params[3]->solVal();}
    63   double trp() const {return _estTropo ? _params[4]->solVal() : 0.0;}
     58  double x()   const {return _params[0]->xx;}
     59  double y()   const {return _params[1]->xx;}
     60  double z()   const {return _params[2]->xx;}
     61  double clk() const {return _params[3]->xx;}
     62  double trp() const {return _estTropo ? _params[4]->xx : 0.0;}
    6463 
    6564 private:
Note: See TracChangeset for help on using the changeset viewer.