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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r2108 r2109  
    4343    return (type == CRD_X || type == CRD_Y || type == CRD_Z);
    4444  }
    45   double solVal() const {return x0 + xx;}
    46   double aprVal() const {return x0;}
     45  double solVal() const {return xx;}
    4746  parType  type;
    4847  double   xx;
    49   double   x0;
    5048  int      index;
    5149  int      index_old;
Note: See TracChangeset for help on using the changeset viewer.